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.Triggers Only on Forwarded
is disabled by default. This means that we will forward all incidents to your Webhooks, unless excluded by additional advanced routing rules. When enabled, 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. You can change your selection anytime.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.