πŸ“‹ Standup bot (1/4): initialize

⚑ 1,690 views Β· πŸ“‹ Project Management

Description

This is the first of 4 workflows for a Mattermost Standup Bot. This workflow will create a default configuration file.

You can set the default configuration in the Set node (Use Default Config) the values are:

config.slashCmdToken - The token Mattermost provides when you make a new Slash Command config.mattermostBaseUrl - The base URL for your Mattermost instance config.botUserToken - The User token for your Mattermost bot config.n8nWebhookUrl - The URL for your β€œAction from MM” webhook in the β€œStandup Bot - Worker” workflow config.botUserId - The UserID for your Mattermost Bot user

The config file is saved under /home/node/.n8n/standup-bot-config.json

This workflow only needs to be run once manually as part of the setup .

πŸ”— Nodes Used

Start, Write Binary File, Convert to/from binary data

πŸ“₯ Import

Download workflow.json and import into n8n: Workflow menu β†’ Import from File

πŸ“– Importing guide Β· πŸ”‘ Credential setup