I have a private application for slack (developed by user "X" from the "XT" team)
I have a web server that knows how to complete the Oauth process and generate tokens for each command.
Now, as user Y from the YT team, I install the slack application on my YT team and get the token,
using this token I am making an API call for channels.create
,
I got into my team (aka YT), and indeed, I see that the channel was created,
BUT he wrote that the channel was created by a specific user who installed the slack application, that is, user Y.
I would expect this channel to be created by an application not by a specific user. Is there any way to do this?
I thought about using a bot token (obtained from the instlation application), but channels.create
could not be executed by the bot
source share