Navigation: Settings -> Developer Hub -> Webhooks
- From the settings, select “Developer Hub,” choose “Webhooks,” and click “+New Webhook.”

- Create a new webhook by filling in the following details:
- Webhook Name (Mandatory) - Enter the unique name for the webhook.
- Module (Mandatory) - Choose the applicable module.
- Webhook Event (Mandatory) - Choose the applicable webhook’s event.
- Request Method and Request URL - Choose the applicable method: POST, GET, PUT, and DELETE. A webhook request URL is the unique URL provided by a service or application that allows another application to send data directly to it.
- Headers - Add the key and the respective values.

- The new webhook secret key is generated successfully.

- Click icon to Edit Webhook, Copy Webhook URL, and Activate/Deactivate Webhook.

- Click “Webhook History” to view the list of webhook executions.

- Ensure your Request URL is publicly accessible and can handle the specified HTTP method.
- Use headers to include authentication tokens or other metadata as needed.
- Test your webhook configuration to confirm it receives events correctly.