Everhour
48 operations20 webhooks
Everhour plugin for Corsair
Supported operations
- Create ClientWrite
Create a client
- Delete ClientWrite
Delete a client
- Get ClientRead-only
Get a client
- List ClientsRead-only
List clients
- Update ClientWrite
Update a client
Supported triggers
- Created
A client was created
- Updated
A client was updated
FAQ
Install corsair and @corsair-dev/everhour, add the Everhour plugin, and connect with an API key or OAuth. Then call methods like corsair.everhour.api.clients.createClient() from your app. Corsair verifies webhooks, stores tokens, and syncs data per tenant.
Yes. Everhour supports an API key or OAuth. Use credentials or OAuth scopes that match what you automate. Create them in the Everhour developer console, then paste into Corsair or connect through managed auth in Hub.
Yes. One Corsair client can hit Everhour, GitHub, Notion, Stripe, and the rest. Trigger Everhour from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.
Teams use Corsair for everhour plugin for corsair. Common builds include sync jobs, admin tooling, and agents that call Everhour APIs from your backend. Webhook handlers react to Everhour events and fan out to Slack, email, or other plugins in the same tenant. Local DB entities let you query synced Everhour 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 Everhour 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/everhour in the open repo. When Everhour 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 Everhour data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store Everhour data on your behalf.