We have a workflow that creates a private Slack channel when a deal reaches a certain stage of the pipeline. I would like to be able to send a standard welcome message to this channel after it is created. Because the current Slack channel creation workflow doesn’t allow us to add anyone besides just the deal owner nor does it allow us to create a description, this will serve as a reminder of what the channel is for and who the deal owner should add.
I don’t see a way of passing a token from the earlier channel creation step to the send message step. As the channel obviously doesn’t exist yet, it can’t be selected in the list.
Does anyone know of a workaround for this? I’ve looked into the workflow engine within Slack itself and it appears to have the same limitation - I can’t use channel creation as a trigger for sending a message.