Settings
Manage your connected social media accounts
Connected Accounts
Connect your social media accounts to start scheduling posts.
No accounts connected yet. Connect an account below to get started.
Connect New Account
Connecting Facebook also enables Instagram if you have a Business Account linked to a Page.
Cron Configuration
Set up a cron job to automatically publish scheduled posts.
Publish endpoint:
POST /api/cron/publishSet the Authorization header to Bearer YOUR_CRON_SECRET
Recommended cron schedule:
* * * * * curl -X POST -H "Authorization: Bearer $CRON_SECRET" /api/cron/publishRuns every minute to check for posts due to be published.