We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Good day I set up a self hosted Mattermost instance with this plugin enabled.
I have applied this config (with some pseudo values):
"Plugins": { "com.mattermost.welcomebot": { "WelcomeMessages": [ { "TeamName": "myteam", "DelayInSeconds": 3, "IncludeGuests": false, "Message": [ "My Welcome Message" ], "Actions": [ { "ActionType": "automatic", "ChannelsAddedTo": ["outofoffice"] } ] } ] } }
My team was created using mmctl and on initial startup.
The slug in the URL is perfectly matching the TeamName config, as well as checked the database for the value "name" in the teams table.
When I run: /welcomebot preview myteam
/welcomebot preview myteam
I get back: team myteam has not been found
team myteam has not been found
Any assistance would be highly appreciated.
The text was updated successfully, but these errors were encountered:
Hoping there is anyone that could assist with it. We have urgent need for this to work properly :-)
Sorry, something went wrong.
No branches or pull requests
Good day I set up a self hosted Mattermost instance with this plugin enabled.
I have applied this config (with some pseudo values):
My team was created using mmctl and on initial startup.
The slug in the URL is perfectly matching the TeamName config, as well as checked the database for the value "name" in the teams table.
When I run:
/welcomebot preview myteam
I get back:
team myteam has not been found
Any assistance would be highly appreciated.
The text was updated successfully, but these errors were encountered: