AutomationFlowsWeb Scraping › Social Bot Receiver (caso 02 - Go)

Social Bot Receiver (caso 02 - Go)

Social Bot Receiver (Caso 02 - Go). Uses httpRequest. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesHTTP Request
Web Scraping Trigger: Webhook Nodes: 2 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": "Social Bot Receiver (Caso 02 - Go)",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "social-bot-go",
        "responseMode": "onReceived",
        "options": {}
      },
      "id": "webhook-social-bot",
      "name": "Webhook Social Bot",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2.1,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "requestMethod": "POST",
        "url": "http://api-go:8080/social-bot",
        "sendBody": true,
        "bodyParameters": {
          "parameters": [
            {
              "name": "id",
              "value": "={{$json[\"id\"]}}"
            },
            {
              "name": "text",
              "value": "={{$json[\"text\"]}}"
            },
            {
              "name": "channel",
              "value": "={{$json[\"channel\"]}}"
            },
            {
              "name": "scheduled_at",
              "value": "={{$json[\"scheduled_at\"]}}"
            }
          ]
        },
        "options": {}
      },
      "id": "send-to-go-api",
      "name": "Send to Go API",
      "type": "n8n-nodes-base.httpRequest",
      "typeVersion": 2,
      "position": [
        520,
        300
      ]
    }
  ],
  "connections": {
    "Webhook Social Bot": {
      "main": [
        [
          {
            "node": "Send to Go API",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {
    "executionOrder": "v1"
  },
  "id": "workflow-social-bot-go"
}
Pro

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

About this workflow

Social Bot Receiver (Caso 02 - Go). Uses httpRequest. Webhook trigger; 2 nodes.

Source: https://github.com/vladimiracunadev-create/social-bot-scheduler/blob/main/cases/02-python-to-go/n8n/social-bot.json — original creator credit. Request a take-down →

More Web Scraping workflows → · Browse all categories →

Related workflows

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

Web Scraping

Blog_Summarizer. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

User Onboarding Workflow. Uses httpRequest, emailSend. Webhook trigger; 7 nodes.

HTTP Request, Email Send
Web Scraping

Excalibur — Fluxo Completo. Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

WF-05: Trade Alert (Webhook from Strategy Engine). Uses httpRequest. Webhook trigger; 7 nodes.

HTTP Request
Web Scraping

This workflow triggers when a new opportunity is created in Go High Level (GHL), fetches the associated contact details, and initiates an outbound call using Vapi. The call is made by a Vapi assistant

HTTP Request, High Level