Mailgun allows you to get instant notifications on the sending metrics that matter most, configured specifically for your unique business needs and assets. Route these alerts to the channels your team relies on. Stay on top of sending performance without the need to manually monitor.
- US Mailgunhttps://api.mailgun.net/v1/thresholds/alerts/send
- EU Mailgunhttps://api.eu.mailgun.net/v1/thresholds/alerts/send
curl -i -X GET \
-u '<username>:<password>' \
https://api.mailgun.net/v1/thresholds/alerts/sendResponse
{ "items": [ { … }, { … } ], "total": 2 }