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",
"nodes": [
{
"parameters": {},
"id": "trigger-1",
"name": "When clicking Test",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"resource": "post",
"operation": "schedule",
"account": "REPLACE_WITH_ACCOUNT_ID",
"text": "Hello from n8n + SocialClaw \ud83e\udd85",
"timezone": "UTC",
"postName": "n8n demo post"
},
"id": "socialclaw-1",
"name": "SocialClaw",
"type": "n8n-nodes-socialclaw.socialClaw",
"typeVersion": 1,
"position": [
520,
300
],
"credentials": {
"socialClawApi": {
"name": "<your credential>"
}
}
}
],
"connections": {
"When clicking Test": {
"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. Uses n8n-nodes-socialclaw. Event-driven trigger; 2 nodes.
Source: https://github.com/ndesv21/n8n-nodes-socialclaw/blob/main/templates/01-schedule-post.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.
Protect Pdf With The Password Using Convertapi. Uses manualTrigger, readWriteFile, stickyNote, httpRequest. Event-driven trigger; 7 nodes.
Kb Tool Confluence Knowledge Base. Uses executeWorkflowTrigger, httpRequest, stickyNote. Event-driven trigger; 7 nodes.
N8N Español - Ejemplos. Uses manualTrigger, executeCommand. Event-driven trigger; 7 nodes.
Manual Stickynote. Uses graphql, manualTrigger, stickyNote. Event-driven trigger; 7 nodes.
[E2E] Availability Exceptions - Create and Delete. Uses CUSTOM. Event-driven trigger; 7 nodes.