Back to Templates
See llms.txt for all machine-readable content.
This workflow runs every two minutes to fetch due social posts from your app, publishes them to Facebook Pages and Instagram (via the Meta Graph API) and to TikTok (via Buffer), and then reports per-platform posting results back to your app.
/posts/due endpoint to retrieve posts scheduled for publishing.POSTED or FAILED status (and any external ID or error details) back to your app at /posts/{id}/result.clientId query parameter used for https://your-app.com/api/n8n/posts/due.YOUR_FB_PAGE_ID and YOUR_IG_ACCOUNT_ID with your Facebook Page ID and Instagram Business/Creator account ID.YOUR_BUFFER_CHANNEL_ID with the Buffer channel ID for your TikTok account./posts/due response includes id, platforms, mediaType, mediaUrl, and caption, and that /posts/{id}/result accepts the workflow’s result payload.