TwoChat
5 operations0 webhooks
WhatsApp Business API platform for messaging automation and customer chat workflows.
Supported operations
- Get Api Usage InfoRead-only
Retrieve current API usage and account information. Use when you need to monitor your remaining quotas before sending more requests.
- Test Api KeyRead-only
Validate your API key and retrieve account info. Use when confirming credentials before performing other operations.
FAQ
Install corsair and @corsair-dev/twochat, add the TwoChat plugin, and connect with an API key. Then call methods like corsair.twochat.api.account.getApiUsageInfo() from your app. Corsair syncs data per tenant.
Yes. TwoChat requires an API key from your TwoChat 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 TwoChat, GitHub, Notion, Stripe, and the rest. Trigger TwoChat from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for whatsapp business api platform for messaging automation and customer chat workflows. Common builds include sync jobs, admin tooling, and agents that call TwoChat APIs from your backend. Local DB entities let you query synced TwoChat 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 TwoChat 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/twochat in the open repo. When TwoChat 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 TwoChat data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store TwoChat data on your behalf.