I'm not seeing any logic in _channels.py to make new channels. Is this possible with the python slackclient?
It's possible, but it needs to be done with a user token, rather than a bot token.
https://api.slack.com/methods/channels.create
sc.api_call(
"chat.create",
name="newchannel",
validate=true
)
Hi, i want to create slack channel once jira new issue raised by user , and i want to add the user into slack channel who raised the issue from jira
Most helpful comment
It's possible, but it needs to be done with a user token, rather than a bot token.
https://api.slack.com/methods/channels.create