Receive real-time notifications when domains are created, updated, or deleted.
Domains are a critical part of email deliverability. They are used to authenticate your messages and protect your reputation.
Some companies allow their users to configure emails in their own apps using custom domains. This feature is essential for deliverability, white-labeling, and branding purposes.
Previously, you had to manually check the dashboard to see if a domain was verified or implement a pulling mechanism using the API to get this information.
Now, you can receive real-time notifications when domains are created, updated, or deleted.
The new domain webhooks support the following event types:
domain.created
domain.updated
domain.deleted
Let's say you want to be notified when a domain is verified.
You can set up webhooks in the dashboard to listen for the domain.updated
event type.
Once these webhooks are configured, you will receive a HTTP request with a payload that looks like this:
We are excited to see what you build with these new webhooks.
Check the webhooks documentation to learn more about each event and its payload.
If you have any questions or ideas to make them better, please let us know.