Standup Bot - Worker
Standup Bot - Worker
Webhook
High
29
Nodes
Webhook
Trigger
High
Complexity
7/22/2025
Added
Workflow Overview
Total Nodes
29
Node Types
0
Workflow JSON
24.31 KB
{
"id": 114,
"name": "Standup Bot - Worker",
"nodes": [
{
"name": "publish report",
"type": "n8n-nodes-base.mattermost",
"position": [
1840,
1040
],
"parameters": {
"message": "={{$node[\"Prep Report\"].json[\"post\"]}}",
"channelId": "={{$node[\"Prep Report\"].json[\"channel\"]}}",
"attachments": [],
"otherOptions": {}
},
"credentials": {
"mattermostApi": {
"id": "2",
"name": "Mattermost account"
}
},
"typeVersion": 1
},
{
"name": "get user data",
"type": "n8n-nodes-base.httpRequest",
"position": [
1400,
1040
],
"parameters": {
"url": "={{$node[\"Read Config 2\"].json[\"config\"][\"mattermostBaseUrl\"]}}/api/v4/users/{{$node[\"Action from MM\"].json[\"body\"][\"user_id\"]}}",
"options": {},
"jsonParameters": true,
"headerParametersJson": "={\n\"Authorizat...Showing first 1000 characters. Click "Expand" to view the full JSON.