> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mention-me.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How to Set Up Webhooks

> Send programme events to your own HTTPS endpoints from Settings.

<Note>
  **Early access.** Webhooks is rolling out gradually. If you do not see
  **Settings > Webhooks**, it is not enabled for your workspace yet.
</Note>

Open **Settings > Webhooks** to send programme events to HTTPS endpoints you control.

<Frame caption="The Webhooks page, with a list of endpoints and an add action.">
  <img
    src="https://mintcdn.com/mentionme/kgVB-NOv7qaOtEjq/images/knowledge-app/settings/integrations/webhooks.png?fit=max&auto=format&n=kgVB-NOv7qaOtEjq&q=85&s=e082681280eed0bbf4d18cab34244890"
    alt="Webhooks settings with endpoint rows and an add endpoint
button"
    width="2848"
    height="1154"
    data-path="images/knowledge-app/settings/integrations/webhooks.png"
  />
</Frame>

The payload reference, signing, and event catalogue live on the API tab: [Webhooks overview](/api-reference/webhooks/overview). This page is the how-to for creating destinations in the app.

## Add an Endpoint

If none exist yet, you will see **No endpoints configured**. Click **Add your first endpoint**.

<Steps>
  <Step title="Open Webhooks">Go to **Settings > Webhooks**.</Step>

  <Step title="Add an Endpoint">
    Click the add endpoint action. Enter an **Endpoint URL**. It must use HTTPS.
  </Step>

  <Step title="Name It and Pick Events">
    Add an optional **Name**. Tick the **Events to send**. They are grouped as
    Registration, Fulfilment, NPS, and Other.
  </Step>

  <Step title="Set a Signing Secret">
    Optionally add a **Signing secret** so you can verify that requests came
    from Mention Me. On edit, use **Replace** to rotate it. The stored value is
    never shown in full.
  </Step>

  <Step title="Save">
    Save the destination. Use the table's test delivery action to confirm your
    endpoint receives events.
  </Step>
</Steps>

## Event Groups

| Group            | Examples                                                                   |
| ---------------- | -------------------------------------------------------------------------- |
| **Registration** | Referrer registration, referee registration, referee qualification started |
| **Fulfilment**   | Referrer fulfilment, referee fulfilment, IFA fulfilment                    |
| **NPS**          | NPS score, NPS feedback                                                    |
| **Other**        | Marketing consent, product share events, propensity-to-refer segment       |

## See Also

<CardGroup cols={2}>
  <Card title="Webhooks Overview" icon="webhook" href="/api-reference/webhooks/overview">
    Event payloads, security, and how to verify signatures.
  </Card>

  <Card title="How to Use the Integration Logs" icon="list" href="/knowledge-app/settings/files/logs">
    Inspect inbound tracking events if a webhook is not what you expected.
  </Card>
</CardGroup>
