Trigger Events
Webhooks
Trigger Events
Manually trigger a webhook event to be sent again. Useful for testing or retrying failed webhook deliveries.
POST
Trigger Events
Manually trigger a webhook event to be sent again. This is useful for testing webhook endpoints or retrying failed webhook deliveries.
Overview
This endpoint allows you to manually retrigger a webhook event. This is particularly useful when:- Testing your webhook endpoint
- Retrying a failed webhook delivery
- Replaying an event for debugging purposes
Path Parameters
string
required
Webhook event UUID to trigger
Response
object
Trigger response containing:
event_id: The event ID that was triggeredacknowledged: Whether the event was acknowledgedattempts: Number of delivery attemptsmessage: Status message
Triggering an event will increment the attempt counter and send the webhook to your configured endpoint again.
Authorizations
Bearer token authentication. Include your API key in the Authorization header as: Bearer {your_api_key}
Path Parameters
Webhook event ID