AutoTweet + Webhooks
Planned: wire AutoTweet to anything that speaks HTTP, no middleware.
Category · Developer
What you can do
Custom CMS → AutoTweet
Your team's internal CMS POSTs to AutoTweet's webhook when an article publishes; AutoTweet generates 3 tweet variants from the article excerpt.
Slack approval flow
A draft tweet POSTs into Slack; reaction triggers approval; on approval, a webhook fires to AutoTweet to schedule. Custom but very flexible.
Event-driven scheduling
When a Stripe customer hits $1k MRR, your event handler fires a webhook to AutoTweet announcing the milestone (with the customer's permission).
Internal tool integration
Your finance team's custom dashboard fires a webhook every quarter-end to schedule the public 'metrics announcement' tweet.
Setup
Not live yet — no webhook endpoint exists today. On launch, the plan is: POST to an AutoTweet webhook endpoint with a bearer token generated from your dashboard, in the body { text, scheduled_at, x_account_id }, and AutoTweet responds with the scheduled post ID. In the meantime, AutoTweet's bulk CSV importer (live today, in the dashboard) covers the same 'get many posts in at once' need without a webhook.
Common questions
Is the webhook integration live yet?+
No. There's no webhook endpoint to POST to today, and no Settings → Webhooks token page in the dashboard. It's on the roadmap. For bulk scheduling today, use the dashboard's CSV bulk importer — paste rows, review, and they're scheduled immediately.
What will the rate limits look like once it ships?+
Not finalized. Expect a per-workspace requests-per-minute cap plus daily caps that scale with plan tier, similar to how the rest of AutoTweet's plan limits work. We'll publish exact numbers when the endpoint ships.
Will AutoTweet retry failed webhook deliveries?+
Once built: if your system is the source (you POST to AutoTweet), retries are your responsibility. If AutoTweet posts data back to your webhook (e.g., post-publish notifications), the plan is 3 retries with exponential backoff. Not implemented yet.
Can I trigger AI tweet generation from outside AutoTweet today?+
Not via webhook — that endpoint doesn't exist yet. Today, generation happens inside AutoTweet's dashboard (Content Generator): pick a topic and tone, AutoTweet returns the generated text, and you decide to schedule, edit, or discard it.