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

# Create Webhook

> How can I create and integrate a webhook with EazyBe?

Creating and integrating webhooks with EazyBe is straightforward. Follow the steps below to set up custom webhooks that trigger when WhatsApp messages are sent or received.

## Quick Setup Guide

<Steps>
  <Step title="Install EazyBe Extension">
    Ensure you have the latest version of the EazyBe WhatsApp extension installed in your browser.
  </Step>

  <Step title="Open WhatsApp Web">
    Log in to your WhatsApp Web account where the EazyBe extension is active.
  </Step>

  <Step title="Access Integrations">
    Click on the **Integrations** section in the EazyBe sidebar on the right.
  </Step>

  <Step title="Connect Webhooks">
    Find the **Webhooks** option and click **Connect** to open the webhook configuration.
  </Step>

  <Step title="Enable Webhooks">
    Toggle the webhook switch to **ON** in the top-right corner.
  </Step>

  <Step title="Enter Your Webhook URL">
    Input your destination webhook URL where you want to receive WhatsApp event notifications.
  </Step>

  <Step title="Save Configuration">
    Click **Save** to activate your webhook integration.
  </Step>
</Steps>

## Testing Your Webhook

<Tip>
  Use free services like [webhook.site](https://webhook.site/) to create test webhook URLs and verify your integration is working correctly before connecting to your production systems.
</Tip>

## What Events Can Trigger Webhooks?

<CardGroup cols={2}>
  <Card title="Incoming Messages" icon="message-arrow-down">
    Triggered when a team member receives a WhatsApp message
  </Card>

  <Card title="Outgoing Messages" icon="message-arrow-up">
    Triggered when a team member sends a WhatsApp message
  </Card>
</CardGroup>

## Need More Details?

<Info>
  For a comprehensive guide with screenshots and advanced configuration options, see our [Webhooks documentation](/en/integrations/webhooks-custom/webhooks).
</Info>

***

<Note>
  If you have any questions or need further assistance, feel free to reach out to us at **[hey@eazybe.com](mailto:hey@eazybe.com)**. We're happy to help!
</Note>
