Create Webhook - Web Hook Box
Creating Webhooks
Learn how to create new webhook endpoints using Web Hook Box's UI or API.
What You'll Learn
- How to create webhooks through the Web Hook Box dashboard
- How to programmatically create webhooks using the API
- Available webhook configuration options
- Security considerations when creating webhooks
Creating Webhooks Using the Dashboard
The quickest way to create a new webhook is through the Web Hook Box dashboard.
Step-by-Step Instructions
- Login to your Web Hook Box account
- Navigate to your dashboard
- Click the "Create Webhook" button in the top right corner
- Fill in the webhook details:
- Description: An optional name or description to identify your webhook
- Tags: Optional tags to categorize and filter your webhooks
- Click "Create Webhook" to generate your endpoint

The webhook creation form in the dashboard
After clicking "Create Webhook", your new webhook will be instantly created with a unique URL. This URL will be displayed on the screen and can be copied for immediate use.
Your Webhook Is Ready!
Your webhook is immediately active and ready to receive requests. The URL format is:
https://webhookbox.com/hook/abc123def456...
This URL is unique to your webhook and should be provided to the services that will be sending webhook events.