Slack Integration/Action

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:

  1. add IncomingWebhook app to a channel:
  2. click “view” to go to the incoming webhook’s settings for a specific channel.
  3. click the pencil icon next to the channel where the webhook should post the message:
  4. copy the webhook url from the configuration page:
  5. 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!