Connect Any Third-Party Platform with All Quiet via HTTP calls
Integrations > Outbound
to navigate to the outbound integrations page.Create New Outbound Integration
in the top-right corner.Trigger Always
is enabled by default. This means that we will forward all incidents to your Webhooks, unless excluded by additional advanced routing rules.Trigger Always After Forwarding
, we will not automatically send incidents to your Webhooks. Requests will only be sent if users manually forward specific incidents or if you set up advanced routing rules for your Webhook Outbound integration that automatically forward incidents in specific scenarios. After Forwarding, all updates of the incident will also be pushed to the Outbound Webhook.Trigger Only On Forwarding
, we will only forward a snapshot of the current incident history to your Outbound Webhook in the moment users manually forward specific incidents or if you set up advanced routing rules for your Webhook Outbound integration that automatically forward incidents in specific scenarios. We will not send any incident updates to the Outbound Webhook afterwards.method
, url
, headers
values, and the body
content to fit the specific requirements of your webhook integration.
For each new incident event, such as creation, resolution, or commenting, All Quiet will send an HTTP call with the specified method, headers, and body to the URL defined in the webhook request JSON.
text
, formData
, and json
is used. If you specify more than one, the first one is used.
Trigger Dummy Request
button to test the webhook, validating the end-to-end process."enableIncidentUpdates": true
.Use Case 1: Resolve Incident When Sent to Outbound Webhook
resolved
by your Outbound Webhook Integration.Use Case 2: Add Attribute To Incident When Sent to Outbound Webhook