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-27T23:02:26.934Z",
"updatedAt": "2025-02-27T23:53:13.000Z",
"id": "yHX9znLLSgeHdsDp",
"name": "clima 2",
"active": false,
"nodes": [
{
"parameters": {},
"id": "c2abb4fb-5350-42a5-bfac-fc903cb7f5ed",
"name": "Manual Trigger",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
0,
0
]
},
{
"parameters": {
"url": "https://api.openweathermap.org/data/2.5/weather?q=Monterrey,MX&appid=781b89816976da632b6bdac8add21834&units=metric&lang=es ",
"options": {}
},
"id": "df21da8f-e5c6-4ee1-a745-621f07a21068",
"name": "HTTP Request",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
200,
0
]
},
{
"parameters": {
"values": {
"string": [
{
"name": "Temperatura",
"value": "={{ $json[\"main\"][\"temp\"] + '\u00b0C' }}"
},
{
"name": "Humedad",
"value": "={{ $json[\"main\"][\"humidity\"] + '%' }}"
},
{
"name": "Descripci\u00f3n",
"value": "={{ $json[\"weather\"][0][\"description\"] }}"
}
]
},
"options": {}
},
"id": "e51fb1d2-c15a-43d0-9e38-38b805209b2e",
"name": "Set",
"type": "n8n-nodes-base.set",
"typeVersion": 1,
"position": [
400,
0
]
},
{
"parameters": {
"fromEmail": "cbmmartinrodriguez@gmail.com",
"toEmail": "magirogo@gmail.com",
"ccEmail": "david.rodriguez@daweiro.com",
"subject": "Clima de Monterrey",
"text": "=La temperatura es de {{ $json.main.temp }}\u00b0C, con una humedad de {{ $json.main.humidity }}% y condiciones de {{ $json.weather[0].description }}.\n",
"options": {}
},
"id": "47231b5d-2c5c-40e7-9545-3082e626aeee",
"name": "Send Email",
"type": "n8n-nodes-base.emailSend",
"typeVersion": 1,
"position": [
600,
0
],
"credentials": {
"smtp": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"rule": {
"interval": [
{
"field": "months",
"monthsInterval": 2
}
]
}
},
"type": "n8n-nodes-base.scheduleTrigger",
"typeVersion": 1.2,
"position": [
820,
0
],
"id": "61c2a462-5121-4b04-94de-d30b2e00267b",
"name": "Schedule Trigger"
},
{
"parameters": {
"resource": "assistant",
"operation": "create",
"modelId": {
"__rl": true,
"mode": "list",
"value": ""
},
"options": {}
},
"type": "@n8n/n8n-nodes-langchain.openAi",
"typeVersion": 1.8,
"position": [
600,
-180
],
"id": "bfa17a50-c8d7-4f3b-a669-7f70f03b55f2",
"name": "OpenAI"
}
],
"connections": {
"Manual Trigger": {
"main": [
[
{
"node": "HTTP Request",
"type": "main",
"index": 0
}
]
]
},
"HTTP Request": {
"main": [
[
{
"node": "Set",
"type": "main",
"index": 0
}
]
]
},
"Set": {
"main": [
[
{
"node": "Send Email",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"meta": {
"templateCredsSetupCompleted": true
},
"versionId": "d194d457-279c-4f45-9929-ab8282835279",
"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
clima 2. Uses httpRequest, emailSend, openAi. Event-driven trigger; 6 nodes.
Source: https://github.com/martingilberto/backup-n8n/blob/a9fc440ebbdecec8dbb2d10dac3d03e2040d0d51/workflows/clima_2.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.
Goal: This workflow demonstrates the full fluidX THE EYE integration — starting a live session, inviting both the customer (via SMS) and the service agent (via email), and then accessing the media (ph
This workflow fully automates the process of creating and publishing professional LinkedIn posts based on real-world experience in AI automation and workflow engineering, enriched with latest industry
Grain Real Estate Land Showcase v1. Uses formTrigger, httpRequest, openAi, emailSend. Event-driven trigger; 13 nodes.
Turns a simple form submission into a polished, priced PDF quote—automatically. Captures lead details via Form: Request a Quote. Loads your Google Sheets catalog (SKUs, price, stock, min qty, etc.). U
My workflow 3. Uses httpRequest, openAi. Event-driven trigger; 4 nodes.