AutomationFlowsGeneral › Socialclaw — Schedule a Post From a Webhook

Socialclaw — Schedule a Post From a Webhook

SocialClaw — Schedule a post from a webhook. Uses n8n-nodes-socialclaw. Webhook trigger; 2 nodes.

Webhook trigger★☆☆☆☆ complexity2 nodesN8N Nodes Socialclaw
General 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": "SocialClaw \u2014 Schedule a post from a webhook",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "socialclaw-post",
        "options": {}
      },
      "id": "webhook-1",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        260,
        300
      ]
    },
    {
      "parameters": {
        "resource": "post",
        "operation": "schedule",
        "account": "REPLACE_WITH_ACCOUNT_ID",
        "text": "={{ $json.body.text }}",
        "publishAt": "={{ $json.body.publishAt }}",
        "timezone": "UTC",
        "postName": "Webhook post"
      },
      "id": "socialclaw-1",
      "name": "SocialClaw",
      "type": "n8n-nodes-socialclaw.socialClaw",
      "typeVersion": 1,
      "position": [
        520,
        300
      ],
      "credentials": {
        "socialClawApi": {
          "name": "<your credential>"
        }
      }
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "SocialClaw",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "active": false,
  "settings": {}
}

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.

Pro

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

About this workflow

SocialClaw — Schedule a post from a webhook. Uses n8n-nodes-socialclaw. Webhook trigger; 2 nodes.

Source: https://github.com/ndesv21/n8n-nodes-socialclaw/blob/main/templates/03-webhook-to-social.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses respondToWebhook, crypto, noOp, stickyNote. Webhook trigger; 7 nodes.

Crypto
General

TheHive. Uses theHive, signl4, manualTrigger. Webhook trigger; 7 nodes.

The Hive, Signl4
General

Respondtowebhook Stickynote. Uses respondToWebhook, stickyNote. Webhook trigger; 7 nodes.

General

Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses crypto. Webhook trigger; 7 nodes.

Crypto
General

Webhook Respondtowebhook. Uses convertToFile, respondToWebhook, noOp, stickyNote. Webhook trigger; 6 nodes.