← All integrations

Slackbot

87 operations10 webhooks

Slackbot plugin for Corsair

Supported operations

  • AddWrite

    Register a call with Slack

  • EndWrite

    End an in-progress call

  • InfoRead-only

    Retrieve information about a call

  • Participants AddWrite

    Add participants to a call

  • Participants RemoveWrite

    Remove participants from a call

  • UpdateWrite

    Update a call title or join URLs

Supported triggers

  • Created

    A new channel created in the workspace

FAQ

Install corsair and @corsair-dev/slackbot, add the Slackbot plugin, and connect with OAuth. Then call methods like corsair.slackbot.api.calls.add() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.

Yes. Slackbot needs an OAuth app with scopes that match what you automate. Register the app in Slackbot, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.

Yes. One Corsair client can hit Slackbot, GitHub, Notion, Stripe, and the rest. Trigger Slackbot from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for slackbot plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Slackbot APIs from your backend. Webhook handlers react to Slackbot events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Slackbot 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 Slackbot 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/slackbot in the open repo. When Slackbot 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 Slackbot data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Slackbot data on your behalf.