Getting started with webhooks
Receive real-time event notifications from Resent
Webhooks let Resent push delivery and engagement events to your server as they happen.
What you can listen for
Setup
- Open Settings → Webhooks in the Resent dashboard.
- Add your HTTPS endpoint URL.
- Select the event types you want to receive.
- Save and send a test event to verify your handler.
Handler basics
Respond with 2xx quickly. Do heavy work asynchronously. Verify signatures when enabled so forged requests are rejected.
Next steps
See event payloads and related endpoints in the API Reference.

