Only Team Administrators, Organization Administrators and Organization Owners have the permissions to create and edit Integrations.
Built-in integrations
Send alerts from All Quiet to the tools you use. We have a generic outbound webhook integration as well as a growing list of pre-built integrations like Slack and more:Confluence
Discord
GitHub
GitLab
Google Chat
Google Docs
Google Sheets
Jira
Linear
Mattermost
Microsoft Teams
Notion
ServiceNow
Slack
Webhook
Zapier
Troubleshooting: Outbound Integrations Never Fire
If incidents look fine in All Quiet but Slack, Jira, webhooks, or other outbound tools never see updates, the outbound integration may still be configured correctly—advanced routing often decides what actually runs for each incident.- Find routing rules whose conditions match the incident (after payload mapping).
- Under Choose Channels, check Mute all Integrations, or rules that only enable a subset of outbound integrations (meaning others are muted by these rules).
- Under Configure Actions, check
Discard, snooze, and other actions that suppress or delay outbound behavior. - If your workflow depends on it, confirm the incident was forwarded to the outbound integration.
Outbound Integration Activity Logs
Outbound Integration Activity logs are available to Organization Owners, Organization Administrators (for the integration’s organization), and Team Administrators of the team that owns the integration.
Retention and Filtering
- Availability: logs are available starting May 20, 2026 onward (as shown in the UI).
- Retention: each entry is kept for 14 days, then removed automatically.
Operations
Operations saved in the Activity History are:| Operation | Meaning |
|---|---|
| Process | All Quiet ran the integration for this incident event (create or update ticket, post message, and similar). |
| WebhookEvent | Inbound webhook from the external system. |
| Interaction | User interaction in the integration (for example a button or action in chat). |
| IssueCreate / IssueUpdate | External issue or ticket created or updated. |
| MessagePost / MessageUpdate | Chat message posted or updated. |
| DocumentCreate / DocumentUpdate | Document or page created or updated. |
| Forward | Incident forwarded to another integration. |
Outcomes
Operations saved in the Activity History are:| Outcome | Typical meaning |
|---|---|
| Succeeded | Action completed successfully. |
| Failed | Action failed—check description, HTTP status, and errors. |
| Skipped | Intentionally not run (for example preconditions, routing, or snooze). |
| NoOp | Ran but made no effective change. |
| Discarded | Event or action was discarded. |
sys_id, and webhook URL or method for generic outbound webhooks.
Outbound History
Activity history is available to Organization Owners, Organization Administrators (for the integration’s organization), and Team Administrators of the team that owns the integration.

What the Table Shows
A paginated table (50 entries per page, Load more for older entries), newest first:| Column | Content |
|---|---|
| Processed | When the log entry was recorded. |
| Direction | Inbound (webhook received from the external system) or Outbound (request sent to the integration). |
| Outcome | Succeeded, Failed, Skipped, and similar (see Outcomes). |
| Operation | What happened (see Operations); Code is shown under the operation when present. |
| Description | Human-readable summary. |
| Action | Intent badge for the related incident event, when any. |
| Time | Timestamp of the related incident event. |
| Incident | Short incident ID linking to incident details with Outbound Integration Activity opened. |

Troubleshooting With Activity History
- No logs for expected skips — Snoozed incidents, routing mutes, missing credentials or channels, and similar Skipped outcomes are often not persisted unless Debug mode is on for that integration.
- Inbound vs outbound — Inbound rows explain webhooks from Slack, Jira, and similar; Outbound rows explain calls to those systems.
- Not ServiceNow API debug — ServiceNow integrations may expose a separate admin API debug view; that is distinct from this general outbound activity history.