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": "Postoria - Schedule a Post",
"nodes": [
{
"parameters": {},
"id": "63c1370d-1ce1-430e-b25d-20a46a939f5b",
"name": "When clicking Execute workflow",
"type": "n8n-nodes-base.manualTrigger",
"typeVersion": 1,
"position": [
260,
300
]
},
{
"parameters": {
"resource": "post",
"operation": "create",
"workspaceId": {
"mode": "id",
"value": "1"
},
"publishMode": "schedule",
"socialAccountIds": [
1
],
"scheduledTime": "={{ $now.plus({ hours: 2 }).toISO() }}",
"caption": "Scheduled from n8n with Postoria",
"mediaIds": "",
"linkUrl": "",
"additionalFields": {},
"youtubeOptions": {},
"tiktokOptions": {},
"simplify": true
},
"id": "43e45b73-7dc0-4ca4-a4ce-32836d42e5da",
"name": "Schedule Postoria Post",
"type": "@postoria/n8n-nodes-postoria.postoria",
"typeVersion": 1,
"position": [
560,
300
],
"credentials": {
"postoriaApi": {
"name": "<your credential>"
}
}
},
{
"parameters": {
"content": "## Setup\nSelect a **Postoria API** credential, then replace the placeholder workspace and social account IDs in the Postoria node.",
"height": 180,
"width": 360
},
"id": "55ea9ca7-c42a-48ba-8538-e0268f5c6cb2",
"name": "Setup Notes",
"type": "n8n-nodes-base.stickyNote",
"typeVersion": 1,
"position": [
480,
60
]
}
],
"connections": {
"When clicking Execute workflow": {
"main": [
[
{
"node": "Schedule Postoria Post",
"type": "main",
"index": 0
}
]
]
}
},
"active": false,
"settings": {
"executionOrder": "v1"
},
"versionId": "cc9ca2b5-880e-4c6a-a00a-6e91e30f0d56",
"meta": {
"templateCredsSetupCompleted": false
},
"tags": []
}
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.
postoriaApi
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
Postoria - Schedule a Post. Uses @postoria/n8n-nodes-postoria. Event-driven trigger; 3 nodes.
Source: https://github.com/postoria-app/n8n-nodes-postoria/blob/main/examples/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.