Validate Enrolled Webhook
POST/webhook/validate
Validates whether your enrolled webhook(s) respond with an HTTP 2xx status code. Sends a test request to each webhook containing your customer handle, a hardcoded event type(test), a hardcoded sender email(test@mailchannels.com),a timestamp, a request ID (provided or generated), and an SMTP ID. The response includes the HTTP status code and body returned by each webhook.
Request
Responses
- 200
- 400
- 404
- 500
Webhook validation completed
Bad Request. Provided request ID is too long.
No webhooks found for the account
Internal Server Error