Spoki integration for Corsair
60 operations0 webhooks
Spoki integration for Corsair
Supported operations
- Create Onboarding LinkWrite
Create an account onboarding link
- Get AccountRead-only
Retrieve a Spoki account
- Get Account By PhoneRead-only
Retrieve a Spoki account by phone
- Get Current ReportRead-only
Get the current account report
- List AccountsRead-only
List Spoki WhatsApp accounts
FAQ
Install corsair and @corsair-dev/spoki, add the Spoki integration for Corsair plugin, and connect with an API key. Then call methods like corsair.spoki.api.accounts.createOnboardingLink() from your app. Corsair syncs data per tenant.
Yes. Spoki integration for Corsair requires an API key from your Spoki integration for Corsair account or developer dashboard. Create credentials with access that matches what you automate, then paste them into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Spoki integration for Corsair, GitHub, Notion, Stripe, and the rest. Trigger Spoki integration for Corsair from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for spoki integration for corsair. Common builds include sync jobs, admin tooling, and agents that call Spoki integration for Corsair APIs from your backend. Local DB entities let you query synced Spoki integration for Corsair 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 Spoki integration for Corsair 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/spoki in the open repo. When Spoki integration for Corsair 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 Spoki integration for Corsair data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Spoki integration for Corsair data on your behalf.