Getting Started
To set up a webhook, you'll need to:
Create a HealthSherpa agency account (guide)
Note: even if you're an individual agent, you can still convert to an agency account.
Email [email protected] to configure your webhook. You will need to provide:
An API key we will use to authenticate with your server (This will be passed as an
X-API-Keyheader)A callback URL on your server, we will send webhooks to this URL
Implement your callback URL to ingest the Submission Payload Schema
If you use an authentication method other than api keys, contact [email protected] to let us know
Last updated