23 operations3 webhooks
Social media platform for photos, reels, stories, and business content publishing via Meta APIs.
Supported operations
- PostWrite
create a carousel container for publishing on instagram.
Supported triggers
- Comments
Represents an Instagram comment webhook event containing information about a comment, including the commenter, media, comment text, and related metadata.
FAQ
Install corsair and @corsair-dev/instagram, add the Instagram plugin, and connect with OAuth. Then call methods like corsair.instagram.api.carousel.post() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.
Yes. Instagram needs an OAuth app with scopes that match what you automate. Register the app in Instagram, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Instagram, GitHub, Notion, Stripe, and the rest. Trigger Instagram from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for social media platform for photos, reels, stories, and business content publishing via meta apis. Common builds include sync jobs, admin tooling, and agents that call Instagram APIs from your backend. Webhook handlers react to Instagram events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Instagram records without hitting the API on every read.
The SDK is open source. Self-host and you pay Corsair nothing for the integration layer. Hub bills for hosted auth and execution, not per Instagram API call. Hub has a generous free tier. For hobby projects you can probably run the whole thing on free. Paid plans start to matter with more tenants or heavier traffic.
We maintain @corsair-dev/instagram in the open repo. When Instagram ships API changes, upgrade the package. Your call sites stay typed. You should not need to rewrite the integration layer each time.
No. Corsair does not read your Instagram data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Instagram data on your behalf.