Hello! I am having trouble getting actions to appear in selected slack channels. Can you help walk me through getting an action to effectively appear in my slack?
@atochoa here are the steps that worked for me:
- add IncomingWebhook app to a channel:
- click “view” to go to the incoming webhook’s settings for a specific channel.
- click the pencil icon next to the channel where the webhook should post the message:
- copy the webhook url from the configuration page:
- add “slack notification” action in distill:
changes are delivered to the slack channel whenever a change is detected. here is a screenshot from a test run:
let me know if you face any issue setting it up.
This was very helpful thank you!