# Send Alerts 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. ## List send alerts - [GET /v1/thresholds/alerts/send](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/get-v1-thresholds-alerts-send.md) ## Create a send alert for an account - [POST /v1/thresholds/alerts/send](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/post-v1-thresholds-alerts-send.md) ## Get a send alert - [GET /v1/thresholds/alerts/send/{name}](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/get-v1-thresholds-alerts-send--name-.md) ## Update a send alert - [PUT /v1/thresholds/alerts/send/{name}](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/put-v1-thresholds-alerts-send--name-.md): Updates the configuration of an existing send alert. NOTE: This endpoint performs a full replacement (PUT) of the alert resource. To update specific fields like 'alert_channels' without losing existing configuration, you should first fetch the current alert object via a GET request. Use the attributes from the existing alert to populate the request body, modifying only the 'alert_channels' array (or other desired fields) before sending the PUT request. Omitting existing attributes may result in validation errors or the loss of current settings. ## Delete a send alert - [DELETE /v1/thresholds/alerts/send/{name}](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/delete-v1-thresholds-alerts-send--name-.md) ## List account hits - [GET /v1/thresholds/hits](https://documentation.mailgun.com/docs/inboxready/api-reference/optimize/mailgun/send-alerts/get-v1-thresholds-hits.md)