AutomationFlowsGeneral › Tollgate Webhook Alerts

Tollgate Webhook Alerts

Tollgate webhook alerts. Webhook trigger; 4 nodes.

Webhook trigger★★☆☆☆ complexity4 nodes
General Trigger: Webhook Nodes: 4 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
{
  "name": "Tollgate webhook alerts",
  "nodes": [
    {
      "parameters": {
        "httpMethod": "POST",
        "path": "tollgate-alerts",
        "responseMode": "onReceived",
        "options": {}
      },
      "id": "webhook-in",
      "name": "Webhook",
      "type": "n8n-nodes-base.webhook",
      "typeVersion": 2,
      "position": [
        240,
        300
      ]
    },
    {
      "parameters": {
        "conditions": {
          "options": {
            "caseSensitive": true,
            "leftValue": "",
            "typeValidation": "strict"
          },
          "conditions": [
            {
              "id": "sev",
              "leftValue": "={{ $json.severity }}",
              "rightValue": "error",
              "operator": {
                "type": "string",
                "operation": "equals"
              }
            }
          ],
          "combinator": "and"
        },
        "options": {}
      },
      "id": "if-error",
      "name": "IF severity=error",
      "type": "n8n-nodes-base.if",
      "typeVersion": 2,
      "position": [
        480,
        300
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "a1",
              "name": "title",
              "value": "=\u26d4 Tollgate {{ $json.event }}",
              "type": "string"
            },
            {
              "id": "a2",
              "name": "body",
              "value": "={{ $json.message }}\nprovider={{ $json.provider }} consumer={{ $json.consumer }} protection={{ $json.protection }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "set-error",
      "name": "Format error alert",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        720,
        200
      ]
    },
    {
      "parameters": {
        "assignments": {
          "assignments": [
            {
              "id": "b1",
              "name": "title",
              "value": "=Tollgate {{ $json.severity }}: {{ $json.event }}",
              "type": "string"
            },
            {
              "id": "b2",
              "name": "body",
              "value": "={{ $json.message }}",
              "type": "string"
            }
          ]
        },
        "options": {}
      },
      "id": "set-other",
      "name": "Format other",
      "type": "n8n-nodes-base.set",
      "typeVersion": 3.4,
      "position": [
        720,
        400
      ]
    }
  ],
  "connections": {
    "Webhook": {
      "main": [
        [
          {
            "node": "IF severity=error",
            "type": "main",
            "index": 0
          }
        ]
      ]
    },
    "IF severity=error": {
      "main": [
        [
          {
            "node": "Format error alert",
            "type": "main",
            "index": 0
          }
        ],
        [
          {
            "node": "Format other",
            "type": "main",
            "index": 0
          }
        ]
      ]
    }
  },
  "meta": {
    "templateCredsSetupCompleted": true,
    "notes": "Point Tollgate cost_guard.alert_webhook_url (or TOLLGATE_ALERT_WEBHOOK) at this Webhook URL. Then: tollgate alert test"
  },
  "settings": {
    "executionOrder": "v1"
  }
}
Pro

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

About this workflow

Tollgate webhook alerts. Webhook trigger; 4 nodes.

Source: https://github.com/landjunge/tollgate/blob/main/configs/n8n-webhook-alerts.workflow.json — original creator credit. Request a take-down →

More General workflows → · Browse all categories →

Related workflows

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

General

HR tool. Uses googleSheets. Webhook trigger; 12 nodes.

Google Sheets
General

This workflow receives inbound emails from EmailConnect.eu via an n8n webhook, extracts key message fields, drops spam, and routes emails to different downstream paths based on the recipient alias (fo

General

Create_Unique_Jira_tickets_from_Splunk_alerts. Uses jira. Webhook trigger; 11 nodes.

Jira
General

Http Stickynote. Uses stickyNote, httpRequest, highLevel. Webhook trigger; 10 nodes.

HTTP Request, High Level
General

Http Keap. Uses stickyNote, httpRequest, keap. Webhook trigger; 10 nodes.

HTTP Request, Keap