Getting Started

To set up a webhook, you'll need to:

  1. Create a HealthSherpa agency account (guidearrow-up-right)

    1. Note: even if you're an individual agent, you can still convert to an agency account.

  2. Email [email protected]envelope to configure your webhook. You will need to provide:

    1. An API key we will use to authenticate with your server (This will be passed as an X-API-Key header)

    2. A callback URL on your server, we will send webhooks to this URL

  3. Implement your callback URL to ingest the Submission Payload Schema

circle-info

If you use an authentication method other than api keys, contact [email protected]envelope to let us know

Last updated