Skip to content

Handle Resend webhook events

POST
/api/v1/webhooks/resend

Receives Resend webhook events for email delivery status and domain verification. Handles domain.verified and domain.failed events to update brand sending_domain_status.

Authorizations

Responses

200

Successful Response

Generic webhook acknowledgement response.

Attributes: received: Always True when the webhook was accepted. status: Optional status string (e.g. “duplicate” for idempotent replay).

object
received
boolean
default: true
status
Any of:
string