TelemetryReceiptEvent
Normalized telemetry receipt published to NATS JetStream subject telemetry.receipts.
bounce_reasonstring | nullnullable
Diagnostic failure message or bounce reason.
message_idstringrequired
Upstream message identifier.
Example:
49a3999c-0ce1-4ea6-ab68-afcd6dc2e794providerstringrequired
External delivery provider reporting the receipt.
Example:
resendraw_event_idstringrequired
Internal Nerve receipt event identifier (dlr_...).
Example:
dlr_1a2b3c4d5e6f70819recipientstringrequired
Recipient address or token.
Example:
user@example.comstatusstringrequired
Canonical receipt status (DELIVERED, BOUNCED_HARD, BOUNCED_SOFT, COMPLAINED).
Example:
DELIVEREDtimestampstringrequired
ISO 8601 / RFC 3339 timestamp string.
Example:
2026-09-17T02:22:00Zworkspace_idstring | nullnullable
Multi-tenant workspace identifier if known.
TelemetryReceiptEvent
{
"bounce_reason": "string",
"message_id": "49a3999c-0ce1-4ea6-ab68-afcd6dc2e794",
"provider": "resend",
"raw_event_id": "dlr_1a2b3c4d5e6f70819",
"recipient": "user@example.com",
"status": "DELIVERED",
"timestamp": "2026-09-17T02:22:00Z",
"workspace_id": "string"
}