Zoho Bigin
55 operations0 webhooks
Zoho Bigin plugin for Corsair
Supported operations
- DeleteDestructive
Delete attachment
- DownloadRead-only
Download attachment
- GetRead-only
Get attachments
- UploadWrite
Upload attachment
FAQ
Install corsair and @corsair-dev/zohobigin, add the Zoho Bigin plugin, and connect with OAuth. Then call methods like corsair.zohobigin.api.attachments.delete() from your app. Corsair stores tokens, and keeps each tenant isolated.
Yes. Zoho Bigin needs an OAuth app with scopes that match what you automate. Register the app in Zoho Bigin, configure redirect URLs, then connect through Corsair or managed OAuth in Hub.
Yes. One Corsair client can hit Zoho Bigin, GitHub, Notion, Stripe, and the rest. Trigger Zoho Bigin from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for zoho bigin plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Zoho Bigin APIs from your backend.
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 Zoho Bigin 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/zohobigin in the open repo. When Zoho Bigin 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 Zoho Bigin data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Zoho Bigin data on your behalf.