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": "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.
socialClawApi
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 →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses respondToWebhook, crypto, noOp, stickyNote. Webhook trigger; 7 nodes.
Respondtowebhook Stickynote. Uses respondToWebhook, stickyNote. Webhook trigger; 7 nodes.
Validate Seatable Webhooks with HMAC SHA256 Authentication. Uses crypto. Webhook trigger; 7 nodes.
Webhook Respondtowebhook. Uses convertToFile, respondToWebhook, noOp, stickyNote. Webhook trigger; 6 nodes.