AutomationFlowsSlack & Telegram › Solostack — Whatsapp Auto-ingest

Solostack — Whatsapp Auto-ingest

SoloStack — WhatsApp Auto-Ingest. Uses httpRequest. Webhook trigger; 3 nodes.

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

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": "SoloStack \u2014 WhatsApp Auto-Ingest",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "whatsapp-to-solostack",
        "responseMode": "responseNode",
        "options": {}
      },
      "id": "webhook-trigger",
      "name": "WhatsApp Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        250,
        300
      ]
    },
    {
      "parameters": {
        "method": "POST",
        "url": "http://localhost:8000/api/v1/webhook/whatsapp",
        "sendBody": true,
        "specifyBody": "json",
        "jsonBody": "={{ JSON.stringify({ from_number: $json.body?.from || $json.from_number || '+910000000000', from_name: $json.body?.name || $json.from_name || 'WhatsApp User', message: $json.body?.message || $json.message || '' }) }}",
        "options": {
          "timeout": 30000
        }
      },
      "id": "solostack-analyze",
      "name": "SoloStack AI Analyze",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 4.2,
      "position": [
        500,
        300
      ]
    },
    {
      "parameters": {
        "respondWith": "json",
        "responseBody": "={{ $json }}"
      },
      "id": "respond-webhook",
      "name": "Respond to Webhook",
      "type": "n8n-nodes-base.respondToWebhook",
      "typeVersion": 1.1,
      "position": [
        750,
        300
      ]
    }
  ],
  "connections": {
    "WhatsApp Webhook": {
      "main": [
        [
          {
            "node": "SoloStack AI Analyze",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "SoloStack AI Analyze": {
      "main": [
        [
          {
            "node": "Respond to Webhook",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "settings": {
    "executionOrder": "v1"
  },
  "tags": [
    "solostack",
    "automation"
  ]
}
Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

SoloStack — WhatsApp Auto-Ingest. Uses httpRequest. Webhook trigger; 3 nodes.

Source: https://github.com/AlfaizSamani/Solostack/blob/ab8ecb45565ee571895071b2489104605daac117/n8n-workflows/whatsapp_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

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
Slack & Telegram

EcoCloud. Uses discord, httpRequest. Webhook trigger; 5 nodes.

Discord, HTTP Request