Skip to main content
GET
Webhook events and delivery attempts are currently in private beta and only available to a limited number of users. APIs might change before it is generally available. Get in touch if you’re interested in testing this feature.Once you have access, upgrade your Resend SDK to use the methods on this page:

Path Parameters

string
required
The Webhook ID.
string
required
The Webhook Event ID.

Response Fields

string
Always webhook_event.
string
The event ID.
string
The event type, for example email.sent.
string
When the event was created.
string
Delivery status of the event to this webhook: success, failed, attempting, or pending.
string | null
When the next delivery attempt is scheduled. null once the event reaches success or failed.
object
The event payload that was sent to your endpoint.