WebhookResponse
Acknowledgement that a delivery receipt was accepted.
event_idstringrequired
Nerve's identifier for this receipt.
Example:
dlr_1a2b3c4d5e6f70819providerstringrequired
The provider slug taken from the URL path.
Example:
termiistatusstringrequired
Always ACCEPTED once the receipt is on the telemetry stream.
Example:
ACCEPTEDWebhookResponse
{
"event_id": "dlr_1a2b3c4d5e6f70819",
"provider": "termii",
"status": "ACCEPTED"
}