mattermost-community / mattermost-plugin-welcomebot

Apache License 2.0
66 stars 41 forks source link

Execute slash commands #62

Open jwillmer opened 3 years ago

jwillmer commented 3 years ago

I would like to execute slash commands when a new user joins. An example would be to add the new user to the standup bot by issuing /standup addmember [NAME] in the #standup channel.

levb commented 3 years ago

Logged https://mattermost.atlassian.net/browse/MM-30620 to provide the support for this in Mattermost Apps. We'd need to be careful here, even though it's a sysadmin-controlled feature, maybe whitelist specific commands available?