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

# Set Up Webhooks

You can set up and edit webhooks from the Aasaan admin panel.

To set up webhooks:

1. Log in to the Aasaan admin panel and navigate to Manage.

2. Click Webhooks under General.

3. Click on create a webhook button.

   ![Create Webhook](https://files.readme.io/386aff9-Screenshot_2023-08-09_at_3.45.46_PM.png)

4. In the Webhook Setup page:
   * Enter the name of the webhook.
   * Enter the Payload URL where you want to receive the webhook payload when an event is triggered. We recommend using an HTTPS URL.
   * Enter a Secret for the webhook endpoint. The secret is used to validate that the webhook is from Aasaan. Do not expose the secret publicly.
   * Select the required events from the list of Active Events.

5. Click on save to create the webhook.

6. After the webhook is saved make sure to enable it.

   ![Enable Webhook](https://files.readme.io/4fb6db8-Screenshot_2023-08-09_at_3.55.31_PM.png)
