Mail: Webhooks
Test webhook
Send a test delivery to the webhook URL and return the result. Test requests are rate limited upstream.
post/api/mail/v1/webhooks/{webhookId}/test
Path parameters
webhookIdstring required
Example:019683f8-1234-7abc-8def-0123456789ab
Webhook ID (returned when the webhook was created)
Response
Success response
Example response
{
"http_status": 200,
"is_successful": true,
"error": "Something bad happened"
}