Webhooks
Subscribe to CommHero events and get real-time updates.
Webhooks allow your application to receive real-time notifications when incidents are created, executed, or updated. This is useful for:
- • Syncing incidents to your internal systems
- • Triggering automated workflows
- • Creating audit logs in your own platform
- • Integrating with third-party monitoring tools
Supported Events
incident.created
Fired when a new incident is created
incident.executed
Fired when an incident's messages are sent
incident.updated
Fired when incident status or details change
incident.closed
Fired when an incident is closed
Setting Up Webhooks
- 1.Go to Admin → Webhooks
- 2.Click "Add Webhook"
- 3.Enter your endpoint URL
- 4.Select which events to subscribe to
- 5.CommHero will POST events to your URL
Full webhook documentation with payload examples coming soon.