Adding a New Webhook Endpoint
Follow these steps to set up your webhook:- In the Developers tab, locate the Webhooks block.
- Click the + Add endpoint button.

- The New endpoint modal will open on your screen.

- In the Endpoint URL field, enter the full URL of your server where you want to receive the webhook payloads (for example,
https://your-system.com/api/webhooks).- Note: Ensure your endpoint is publicly accessible and uses HTTPS to securely receive data.
- Click the Save button to confirm.