← All integrations

AgencyZoom

99 operations0 webhooks

Insurance agency management software for policies, clients, and producer workflows.

Supported operations

  • Log The User InWrite

    Authenticates an existing AgencyZoom user using their email (as username) and password to obtain a JWT for API access; this action does not support new user creation.

  • Log The User OutWrite

    Use this action to log the current user out of AgencyZoom by invalidating their active session token. #### Output | Parameter | Type | Required | Description | |-----------|------|----------|-------------| | `data` | string | Yes | Data from the action execution | | `error` | string | No | Error if any occurred during the execution of the action | | `successful` | boolean | Yes | Whether or not the action execution was successful or not |

  • V4 Sso Log The User InWrite

    Logs a user into the AgencyZoom platform via Single Sign-On (SSO). Returns JWT on success or error details on authentication failure.

FAQ

Install corsair and @corsair-dev/agencyzoom, add the AgencyZoom plugin, and connect with an API key. Then call methods like corsair.agencyzoom.api.auth.logTheUserIn() from your app. Corsair syncs data per tenant.

Yes. AgencyZoom requires an API key from your AgencyZoom 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 AgencyZoom, GitHub, Notion, Stripe, and the rest. Trigger AgencyZoom from a webhook, push updates to Slack, or chain actions across plugins. Same tenant context across integrations, plain TypeScript.

Teams use Corsair for insurance agency management software for policies, clients, and producer workflows. Common builds include sync jobs, admin tooling, and agents that call AgencyZoom APIs from your backend. Local DB entities let you query synced AgencyZoom 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 AgencyZoom 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/agencyzoom in the open repo. When AgencyZoom 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 AgencyZoom data or hold individual access credentials. Credentials stay in your database. API calls run on your instance. We do not store AgencyZoom data on your behalf.