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

# Webhooks

> Configure webhooks to receive real-time notifications when events occur in your Heyy workspace.

<Frame>
  <img src="https://mintcdn.com/heyy-c8bd5c9e/5Pui2IpXex8QDwOQ/assets/settings-webhooks.png?fit=max&auto=format&n=5Pui2IpXex8QDwOQ&q=85&s=143bee1eb5a61dde65682c5975edc2d9" alt="Webhooks Settings" width="1920" height="934" data-path="assets/settings-webhooks.png" />
</Frame>

<Note>
  Go to [**Settings > Webhooks**](https://app.heyy.io/settings/api-webhooks) to manage your webhooks.
</Note>

## Creating Webhooks

<Steps>
  <Step title="Click Create Webhook">
    Click **+ Create webhook** button
  </Step>

  <Step title="Enter Endpoint URL">
    Provide the URL where webhook events should be sent
  </Step>

  <Step title="Select Events">
    Choose which events should trigger the webhook:

    * WhatsApp Message Received
    * WhatsApp Message Status
  </Step>

  <Step title="Save">
    Save your webhook configuration
  </Step>
</Steps>

<Tip>
  We recommend using webhooks for syncing the message status messages with your systems, for now we support only WhatsApp messages.
</Tip>
