Webhooks API manages domain's webhooks. You can create, access and delete webhooks programmatically.
Returns all webhooks for the domain.
A 200 response
required | object List of webhooks | ||||||||||||||||
|
A 401 response
A 404 response
{- "webhooks": {
}
}
Create a list of webhook URLs you'd like to receive Mailgun's POST requests containing event information.
{- "message": "Webhook has been created",
}
Replace the list of urls by the given one with the url
param. Here is the list of supported webhook: accepted
, opened
, clicked
, unsubscribed
, delivered
, permanent_fail
, temporary_fail
and complained
.