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 →
{
"name": "LOGGER \u2192 Mattermost",
"nodes": [
{
"parameters": {
"path": "log",
"httpMethod": "POST",
"options": {}
},
"id": "webhook-logger",
"name": "Webhook Trigger",
"type": "n8n-nodes-base.webhook",
"typeVersion": 1,
"position": [
250,
300
]
},
{
"parameters": {
"method": "POST",
"url": "={{ $env.MATTERMOST_WEBHOOK_URL || 'https://chat.werdemeisterdeinergedanken.de/hooks/jt7w46gsxtr3pkqr75dkor9j3e' }}",
"authentication": "none",
"sendBody": true,
"contentType": "json",
"body": "={{ { \"channel\": $json.channel || '#tech', \"username\": $json.username || 'n8n-logger', \"text\": '### \ud83e\uddfe Log\\n**traceId:** ' + ($json.traceId || 'n/a') + '\\n**source:** ' + ($json.source || 'n/a') + '\\n**status:** ' + ($json.status || 'n/a') + '\\n\\n---\\n' + ($json.message || '\u2014') } }}",
"options": {}
},
"id": "mattermost-logger",
"name": "Send to Mattermost",
"type": "n8n-nodes-base.httpRequest",
"typeVersion": 4.1,
"position": [
450,
300
]
},
{
"parameters": {
"respondWith": "json",
"responseBody": "={{ { \"success\": true, \"logged\": true, \"traceId\": $json.traceId || 'n/a' } }}"
},
"id": "respond",
"name": "Respond to Webhook",
"type": "n8n-nodes-base.respondToWebhook",
"typeVersion": 1,
"position": [
650,
300
]
}
],
"connections": {
"Webhook Trigger": {
"main": [
[
{
"node": "Send to Mattermost",
"type": "main",
"index": 0
}
]
]
},
"Send to Mattermost": {
"main": [
[
{
"node": "Respond to Webhook",
"type": "main",
"index": 0
}
]
]
}
},
"settings": {
"executionOrder": "v1"
},
"staticData": null,
"tags": [],
"triggerCount": 1,
"updatedAt": "2025-12-16T00:00:00.000Z",
"versionId": "1"
}
For the full experience including quality scoring and batch install features for each workflow upgrade to Pro
About this workflow
LOGGER → Mattermost. Uses httpRequest. Webhook trigger; 3 nodes.
Source: https://github.com/Heiko888/Connection-Key-MCP-Server/blob/19729d8c010e37d8fb1ef61e2b2bb5b230b11f4a/n8n-workflows/logger-mattermost.json — original creator credit. Request a take-down →
Related workflows
Workflows that share integrations, category, or trigger type with this one. All free to copy and import.
77STF — Slack to CRM (calendar hint). Uses httpRequest. Webhook trigger; 6 nodes.
This workflow integrates with your Baserow 'Messages' table, triggering on 'Sent' status. Messages fire via WasenderAPI, rigorously logged as 'Outbound' in Baserow. Gain total control; drive results.
Saathi WhatsApp Message. Uses httpRequest. Webhook trigger; 5 nodes.
OarOre - Payment Chat Start -> WhatsApp. Uses httpRequest. Webhook trigger; 5 nodes.
🌿 W10 — Contact M&P → Telegram Micha → pause approbation → email famille. Uses httpRequest. Webhook trigger; 4 nodes.