November 25, 2025

We’re excited to announce that as of version 0.29, we now have a native incident.io notifier in Alertmanager. With this change, if you are rate limited when sending high volumes of alerts to incident.io, Alertmanager will automatically retry requests.
To get started, you can set a receiver with the following configuration in your Alertmanager configuration:
receivers:
- name: 'incidentio-notifications'
incidentio_configs:
- url: '$alert_source_url'
alert_source_token: '$alert_source_token'
Additionally, we will automatically slim down alerts to fit inside our payload size limits (512 KB) when a given alert would exceed them.
You can now use our API to escalate directly to a specific escalation path, or specific individuals. This is great for adding a "page someone" button into internal tooling. For example you can add a "page this team" button in your service catalog!
See our API documentation here.
Ready for modern incident management? Book a call with one of our experts today.
