Send test webhook
Webhooks
Send Test Webhook
Sends a test webhook event to verify configuration. Useful for testing webhook endpoint and HMAC signature verification.
POST
Send test webhook
Sends a test webhook event to verify configuration. Useful for testing webhook endpoint and HMAC signature verification.
Permissions
Only OWNERS and ADMINS can test webhooks.Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
organizationId | string (UUID) | Yes | Organization ID |
id | string (UUID) | Yes | Webhook ID |
Example Request
Response
Returns202 Accepted on success. The test webhook is queued for delivery.
Testing Your Webhook
- Send test request using this endpoint
- Check delivery history using
/webhooks/{id}/deliveries - Verify HMAC signature in the webhook payload
- Confirm event structure matches your expectations
Test Event Structure
The test webhook will include:- Event type:
webhook.test - Webhook metadata
- HMAC signature header
- Timestamp and event ID