Answer: Keep drafting and approval in n8n (Form/Slack/Email wait nodes), then call Postifys only after approval. Never auto-publish unreviewed media to live social accounts.
Pattern
- Ingest - webhook, form, Drive folder, or schedule creates a draft item (title, caption, media URL, destinations).
- Review - Slack/Email/Form approval with approve/reject buttons.
- Publish - on approve, run Postifys nodes for selected platforms.
- Record - store Postifys history ids / URLs back to your sheet or CRM.
Safety: Put the approval Wait node before any Postifys publish action. Treat API keys as secrets in n8n credentials.
Suggested n8n nodes
- Trigger: Schedule / Webhook / Google Drive
- Human gate: Wait / Slack / Email
- Publish: Postifys community node (per platform)
- Notify: Slack or email with success/failure summary
Templates: downloadable workflows · Guide: automate posting with n8n