Monday.com
30 operations4 webhooks
Work operating system for boards, workflows, automations, and cross-team project tracking.
Supported operations
- ArchiveWrite
Archive a board
- CreateWrite
Create a new board
- DeleteDestructive
Permanently delete a board
- DuplicateWrite
Duplicate a board
- GetRead-only
Get a board by ID with groups and columns
- ListRead-only
List all boards
- UpdateWrite
Update a board attribute
Supported triggers
- Column Value Changed
FAQ
Install corsair and @corsair-dev/monday, add the Monday.com plugin, and connect with an API key. Then call methods like corsair.monday.api.boards.archive() from your app. Corsair verifies webhooks, and syncs data per tenant.
Yes. Monday.com requires an API key from your Monday.com 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 Monday.com, GitHub, Notion, Stripe, and the rest. Trigger Monday.com from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for work operating system for boards, workflows, automations, and cross-team project tracking. Common builds include sync jobs, admin tooling, and agents that call Monday.com APIs from your backend. Webhook handlers react to Monday.com events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Monday.com 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 Monday.com 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/monday in the open repo. When Monday.com 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 Monday.com data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Monday.com data on your behalf.