copy existing mattermost token to other teams
Currently there are many integrations via webhook / slash commands that need a specific token to be set up in the configuration.
if you want to use the same slash command for several teams its not possible without updating the database manually with the same token you used before in another team.
the best option would be something like a seperate option to set the generated token id manually, so its possible to use 1 token for 1 integration for all teams that are created in mattermost.
Did the same manually in the mattermost database, by selecting the commands table , creating the same command on 2 teams and updating the token of the 2nd team to the first one.
now i just had to set it up with one token id and its working perfect.