PagerDuty Incident to Mattermost Notification
detail.loadingPreview
Notifies a Mattermost channel when a PagerDuty incident status is acknowledged.
🚀Ready to Deploy This Workflow?
About This Workflow
Overview
This workflow monitors for PagerDuty incident updates via a webhook and, upon detecting an incident that has been acknowledged, sends a notification to a specified Mattermost channel. It's designed for teams to stay informed about critical incident status changes directly within their communication platform.
Key Features
- Receives PagerDuty incident updates through a webhook.
- Updates the PagerDuty incident status to 'acknowledged' (this part seems redundant with the incoming event but is present in the workflow).
- Sends a formatted message to a Mattermost channel.
- Includes error handling to stop and report workflow execution errors.
How To Use
- Set up a webhook in PagerDuty to trigger this n8n workflow when an incident is updated.
- Configure the
PagerDuty Credentialsin n8n. - Configure the
Mattermost Credentialsin n8n. - Ensure the
channel_idin the Mattermost node correctly points to the desired channel. - The webhook will receive incident data, and the PagerDuty node will acknowledge the incident (as per the provided JSON). The Mattermost node will then post a notification.
Apps Used
Workflow JSON
{
"id": "6434706a-c42d-4b85-bb25-50eb0373b3bc",
"name": "PagerDuty Incident to Mattermost Notification",
"nodes": 0,
"category": "Integrations",
"status": "active",
"version": "1.0.0"
}Note: This is a sample preview. The full workflow JSON contains node configurations, credentials placeholders, and execution logic.
Get This Workflow
ID: 6434706a-c42d...
About the Author
N8N_Community_Pick
Curator
Hand-picked high quality workflows from the global community.
Statistics
Verification Info
Related Workflows
Discover more workflows you might like
Google Sheets to Mattermost Notifications
Sends Mattermost notifications for new or updated rows in a Google Sheet.
Mattermost Webhook To Get Drink Suggestions
Receives a webhook and sends a suggested drink from an API to Mattermost.
Send Slack Message From Webflow Form Submission
Dynamically creates Slack channels for Webflow forms and sends submissions to them.
Syncro to Clockify Time Tracker
Automatically create Clockify time entries from Syncro.
Add New Clients from Notion to Clockify
Automatically add new clients created in Notion to your Clockify workspace.
Save Telegram Reply to Google Sheet Journal
Logs replies from a specific Telegram user to a Google Sheet as journal entries.