This workflow follows the Executecommand → 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 →
{
"name": "WhatsApp Geophysics Automation",
"nodes": [
{
"id": "1",
"name": "Webhook - WhatsApp",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
200,
300
],
"parameters": {
"path": "whatsapp-bot",
"httpMethod": "POST",
"responseMode": "onReceived",
"responseData": {
"responseBody": "Received. Processing..."
}
}
},
{
"id": "2",
"name": "Execute Python Script",
"type": "n8n-nodes-base.executeCommand",
"typeVersion": 1,
"position": [
500,
300
],
"parameters": {
"command": "jupyter nbconvert --to notebook --execute notebooks/analysis.ipynb --inplace"
}
},
{
"id": "3",
"name": "Send Image to WhatsApp",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 1,
"position": [
800,
300
],
"parameters": {
"url": "https://api.callmebot.com/whatsapp.php",
"method": "GET",
"queryParametersUi": {
"parameter": [
{
"name": "phone",
"value": "YOUR_PHONE_NUMBER"
},
{
"name": "text",
"value": "Here is your analysis result. \ud83d\udcca"
},
{
"name": "apikey",
"value": "YOUR_API_KEY"
}
]
}
}
}
],
"connections": {
"Webhook - WhatsApp": {
"main": [
[
"Execute Python Script"
]
]
},
"Execute Python Script": {
"main": [
[
"Send Image to WhatsApp"
]
]
}
}
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
WhatsApp Geophysics Automation. Uses executeCommand, httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Ivanhutabarat/n8n-whatsapp-geophysics/blob/988adb8bb57e47f51089de1dd21de8b4b65e4173/n8n/workflow.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.
PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.
77STF — Slack to CRM (calendar hint). Uses httpRequest. Webhook trigger; 6 nodes.
This workflow integrates with your Baserow 'Messages' table, triggering on 'Sent' status. Messages fire via WasenderAPI, rigorously logged as 'Outbound' in Baserow. Gain total control; drive results.
Saathi WhatsApp Message. Uses httpRequest. Webhook trigger; 5 nodes.
OarOre - Payment Chat Start -> WhatsApp. Uses httpRequest. Webhook trigger; 5 nodes.