Skip to main content

WebhookResponse

Acknowledgement that a delivery receipt was accepted.

event_idstringrequired

Nerve's identifier for this receipt.

Example: dlr_1a2b3c4d5e6f70819
providerstringrequired

The provider slug taken from the URL path.

Example: termii
statusstringrequired

Always ACCEPTED once the receipt is on the telemetry stream.

Example: ACCEPTED
WebhookResponse
{
"event_id": "dlr_1a2b3c4d5e6f70819",
"provider": "termii",
"status": "ACCEPTED"
}