AutomationFlowsSlack & Telegram › WhatsApp Geophysics Automation

WhatsApp Geophysics Automation

WhatsApp Geophysics Automation. Uses executeCommand, httpRequest. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesExecute CommandHTTP Request
Slack & Telegram Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

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 →

Download .json
{
  "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"
        ]
      ]
    }
  }
}
Pro

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 →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

PsyCardv2. Uses executeCommand, telegram, readBinaryFile, googleDrive. Webhook trigger; 41 nodes.

Execute Command, Telegram, Read Binary File +2
Slack & Telegram

77STF — Slack to CRM (calendar hint). Uses httpRequest. Webhook trigger; 6 nodes.

HTTP Request
Slack & Telegram

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.

HTTP Request, Baserow
Slack & Telegram

Saathi WhatsApp Message. Uses httpRequest. Webhook trigger; 5 nodes.

HTTP Request
Slack & Telegram

OarOre - Payment Chat Start -> WhatsApp. Uses httpRequest. Webhook trigger; 5 nodes.

HTTP Request