AutomationFlowsSlack & Telegram › PagerDuty to Mattermost Alerts

PagerDuty to Mattermost Alerts

Original n8n title: Mattermost Pagerduty

Mattermost Pagerduty. Uses pagerDuty, mattermost. Webhook trigger; 3 nodes.

Webhook trigger★☆☆☆☆ complexity3 nodesPager DutyMattermost
Slack & Telegram Trigger: Webhook Nodes: 3 Complexity: ★☆☆☆☆ Added:

The workflow JSON

Copy or download the full n8n JSON below. Paste it into a new n8n workflow, add your credentials, activate. Full import guide →

Download .json
{
  "nodes": [
    {
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "position": [
        450,
        300
      ],
      "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": "<your credential>"
      },
      "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": "<your credential>"
      },
      "typeVersion": 1
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "PagerDuty",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "PagerDuty": {
      "main": [
        [
          {
            "node": "Mattermost",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  }
}

Credentials you'll need

Each integration node will prompt for credentials when you import. We strip credential IDs before publishing — you'll add your own.

Pro

For the full experience including quality scoring and batch install features for each workflow upgrade to Pro

About this workflow

Mattermost Pagerduty. Uses pagerDuty, mattermost. Webhook trigger; 3 nodes.

Source: https://github.com/Zie619/n8n-workflows — original creator credit. Request a take-down →

More Slack & Telegram workflows → · Browse all categories →

Related workflows

Workflows that share integrations, category, or trigger type with this one. All free to copy and import.

Slack & Telegram

Mattermost. Uses mattermost, jira, pagerDuty. Webhook trigger; 5 nodes.

Mattermost, Jira, Pager Duty
Slack & Telegram

Mattermost Pagerduty. Uses jira, pagerDuty, mattermost. Webhook trigger; 14 nodes.

Jira, Pager Duty, Mattermost
Slack & Telegram

Gender Inclusive Language. Uses mattermost, noOp. Webhook trigger; 4 nodes.

Mattermost
Slack & Telegram

Mattermost Workflow. Uses mattermost, workflowTrigger. Webhook trigger; 4 nodes.

Mattermost, Workflow Trigger
Slack & Telegram

Webhooks With Mattermost. Uses httpRequest, mattermost. Webhook trigger; 3 nodes.

HTTP Request, Mattermost