For the complete documentation index, see llms.txt. This page is also available as Markdown.

Getting Started

To set up a webhook:

  1. Create a HealthSherpa Medicare account

  2. Go to the Integrations tab and in the Webhook card, click Add webhook.

  3. Enter your Destination URL. This is the URL where we’ll send enrollment submission payloads. Your CRM should provide this to you.

  4. Choose an Authentication method:

    • API Key: Enter the API key from your CRM or destination system. We’ll send it as an X-API-Key header.

    • None: Use this only if your destination URL already includes authentication or your endpoint does not require authentication.

  5. Click Save webhook.

  6. You'll then implement your destination URL to ingest the Submission Payload Schema. Use our Test button to send a sample payload to your destination URL that you can test with.

See our Video Tutorials for guidance on connecting your webhook your CRM.

If you use an authentication method other than api keys, contact medicare-integrations@healthsherpa.com to let us know

Last updated