This workflow follows the Emailsend → HTTP Request 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 →
{
"createdAt": "2025-02-24T20:31:01.115Z",
"updatedAt": "2025-02-26T03:34:58.000Z",
"id": "1R7sB9kV9j8gB633",
"name": "chiste",
"active": false,
"nodes": [
{
"parameters": {},
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
-100,
-140
],
"id": "90e3d5d1-a66c-4ce6-ae20-15d0a0ec16e3",
"name": "When clicking \u2018Test workflow\u2019"
},
{
"parameters": {
"url": "https://official-joke-api.appspot.com/jokes/random",
"options": {}
},
"name": "Get Joke",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
80,
-140
],
"id": "d0f93e74-92f2-469c-9135-5121527b1327"
},
{
"parameters": {
"fromEmail": "cbmmartinrodriguez@gmail.com",
"toEmail": "david.rodriguez@daweiro.com",
"ccEmail": "magirogo@gmail.com",
"bccEmail": "gandhi_2k5@yahoo.com.mx",
"subject": "Aqu\u00ed tienes un chiste",
"text": "={{ $json.setup }} - {{ $json.punchline }} \n\n",
"options": {}
},
"name": "Send Email1",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
280,
-140
],
"id": "a7c7c53d-522c-46c5-bb26-294ecae126a6",
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking \u2018Test workflow\u2019": {
"main": [
[
{
"node": "Get Joke",
"type": "main",
"index": 0
}
]
]
},
"Get Joke": {
"main": [
[
{
"node": "Send Email1",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "c8e24fc0-a3a9-45dd-bbef-2de1cd6e5e8f",
"triggerCount": 0,
"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.
smtp
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
chiste. Uses httpRequest, emailSend. Event-driven trigger; 3 nodes.
Source: https://github.com/martingilberto/backup-n8n/blob/a9fc440ebbdecec8dbb2d10dac3d03e2040d0d51/workflows/chiste.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.
Overkill. Uses start, rabbitmqTrigger, httpRequest, emailSend. Event-driven trigger; 4 nodes.
chiste 1. Uses httpRequest, emailSend. Event-driven trigger; 3 nodes.
The Sora 2 API allows seamless generation of CGI ads, turning text prompts into stunning videos. This workflow automates the entire process from video generation to upload, notification, and file shar
Storyboard I2V Pipeline (17 shots) with Retry/Wait/State/Notify. Uses httpTrigger, httpRequest, emailSend. Event-driven trigger; 28 nodes.
Create CGI ads effortlessly by integrating the Google Veo3 API for video generation and uploading to Google Drive with seamless email notifications. On form submission: Triggers the workflow when a fo