This workflow follows the Execute Workflow Trigger → Gmail recipe pattern — see all workflows that pair these two integrations.
The workflow JSON
Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →
{
"name": "Tool - Email Research Report",
"nodes": [
{
"parameters": {
"workflowInputs": {
"values": [
{
"name": "markdownReportContent"
},
{
"name": "emailAddress"
},
{
"name": "subjectLine"
}
]
}
},
"type": "n8n-nodes-base.executeWorkflowTrigger",
"typeVersion": 1.1,
"position": [
0,
0
],
"id": "954fe9c4-92f1-451d-ac89-3acd7361122b",
"name": "workflow_trigger"
},
{
"parameters": {
"mode": "markdownToHtml",
"markdown": "={{ $json.markdownReportContent }}",
"options": {}
},
"type": "n8n-nodes-base.markdown",
"typeVersion": 1,
"position": [
240,
0
],
"id": "f4cae5f5-38cf-4490-bec7-47ff9365a83d",
"name": "convert_to_html"
},
{
"parameters": {
"sendTo": "={{ $json.emailAddress }}",
"subject": "={{ $json.subjectLine }}",
"message": "={{ $json.data }}",
"options": {
"appendAttribution": false
}
},
"type": "n8n-nodes-base.gmail",
"typeVersion": 2.1,
"position": [
496,
0
],
"id": "07926ae9-d2f6-4bf6-b80d-5768f159c23b",
"name": "send_email",
"credentials": {
"gmailOAuth2": {
"name": "<your credential>"
}
}
}
],
"connections": {
"workflow_trigger": {
"main": [
[
{
"node": "convert_to_html",
"type": "main",
"index": 0
}
]
]
},
"convert_to_html": {
"main": [
[
{
"node": "send_email",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "dec6cd1d-3083-443a-84c2-401246654a38",
"meta": {
"templateCredsSetupCompleted": true
},
"id": "6GoQu7XHmMiep2kV",
"tags": []
}
Credentials you'll need
Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.
gmailOAuth2
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Tool - Email Research Report. Uses executeWorkflowTrigger, gmail. Event-driven trigger; 3 nodes.
Source: https://github.com/VasilisPlavos/Learn/blob/906c45384956c575c32f82e5baef5b2f4bfcc9bb/automations/n8n/lucaswalter-n8n-ai-automations/email_research_report_tool.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Splitout Code. Uses manualTrigger, httpRequest, stickyNote, splitOut. Event-driven trigger; 46 nodes.
Automate CSV imports into HubSpot without the mess. Powered by n8n. Supercharged by Pollup AI.
Echo Brand Voice Analysis (Processor) - TASK-074 Dec 10 Fix. Uses formTrigger, httpRequest, executeWorkflowTrigger, moveBinaryData. Event-driven trigger; 40 nodes.
Code Filter. Uses googleSheets, gmail, stickyNote, executeWorkflowTrigger. Event-driven trigger; 32 nodes.
This n8n workflow enables teams to automate and standardize multi-step onboarding or messaging workflows using Google Sheets, Forms, Gmail, and dynamic logic powered by Code and Switch nodes. It ensur