> For the complete documentation index, see [llms.txt](https://docs.medicare.healthsherpa.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.medicare.healthsherpa.com/webhooks/getting-started.md).

# Getting Started

**To set up a webhook:**

1. [Create](https://intercom.help/healthsherpa-medicare-help-center/en/articles/13876230-webhook) 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](https://intercom.help/healthsherpa-medicare-help-center/en/articles/13876230-webhook). Use our Test button to send a sample payload to your destination URL that you can test with.

See our [Video Tutorials](https://intercom.help/healthsherpa-medicare-help-center/en/articles/13876230-webhook#h_aeeda76633) for guidance on connecting your webhook your CRM.

{% hint style="info" %}
If you use an authentication method other than api keys, contact <medicare-integrations@healthsherpa.com> to let us know
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.medicare.healthsherpa.com/webhooks/getting-started.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
