Open benzmuircroft opened 8 years ago
how can this module instruct slack to create a channel?
example channel name:
#username123-support
I would like to have my logged-in user use a form to send a question to me then have the hook catch any responses (catch my replys)
With your module it looks like it would also be easy to get the full conversation on user login!
Is this correct?
in slack, webhook only can use currently created channel. But it you want create via slack restful API, there is documents https://api.slack.com/methods/channels.create
how can this module instruct slack to create a channel?
example channel name:
I would like to have my logged-in user use a form to send a question to me then have the hook catch any responses (catch my replys)
With your module it looks like it would also be easy to get the full conversation on user login!
Is this correct?