Workflow: Mattermost Pagerduty Automate

Workflow Details

Download Workflow
{
    "nodes": [
        {
            "name": "Webhook",
            "type": "n8n-nodes-base.webhook",
            "position": [
                450,
                300
            ],
            "webhookId": "213324b6-b84d-42f9-af3b-42804cc71cd1",
            "parameters": {
                "path": "213324b6-b84d-42f9-af3b-42804cc71cd1",
                "options": [],
                "httpMethod": "POST"
            },
            "typeVersion": 1
        },
        {
            "name": "PagerDuty",
            "type": "n8n-nodes-base.pagerDuty",
            "position": [
                650,
                300
            ],
            "parameters": {
                "email": "n8ndocsburner@gmail.com",
                "operation": "update",
                "incidentId": "={{$json[\"body\"][\"context\"][\"pagerduty_incident\"]}}",
                "updateFields": {
                    "status": "acknowledged"
                }
            },
            "credentials": {
                "pagerDutyApi": "PagerDuty Credentials"
            },
            "typeVersion": 1
        },
        {
            "name": "Mattermost",
            "type": "n8n-nodes-base.mattermost",
            "position": [
                850,
                300
            ],
            "parameters": {
                "message": "\ud83d\udcaa\ud83c\udffc Incident status has been changed to Acknowledged on PagerDuty.",
                "channelId": "={{$node[\"Webhook\"].json[\"body\"][\"channel_id\"]}}",
                "attachments": [],
                "otherOptions": []
            },
            "credentials": {
                "mattermostApi": "Mattermost Credentials"
            },
            "typeVersion": 1
        }
    ],
    "connections": {
        "Webhook": {
            "main": [
                [
                    {
                        "node": "PagerDuty",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        },
        "PagerDuty": {
            "main": [
                [
                    {
                        "node": "Mattermost",
                        "type": "main",
                        "index": 0
                    }
                ]
            ]
        }
    }
}
Back to Workflows

Related Workflows

Structured Data Extract, Data Mining with Bright Data & Google Gemini
View
Schedule HTTP Send Webhook
View
Splitout Limit Automation Webhook
View
[2/3] Set up medoids (2 types) for anomaly detection (crops dataset)
View
Entra User to Zammad User Sync
View
HTTP Htmlextract Create Webhook
View
Personal Portfolio Resume CV Chatbot
View
Build an MCP server with Airtable
View
Make OpenAI Citation for File Retrieval RAG
View
Mattermost Webhook Automate Webhook
View