Slack workflow help

Hey,
I want to make some action on my flow based on actions happening on slack
like short-cuts or replying to a question
how can this be done,
Thanks

Hi @Mohamed_Reda, you’d typically set up the Webhook node in n8n which provides a URL that can be configured in your Slack application. The process is explained here in Slack’s documentation:

https://api.slack.com/interactivity/handling#setup

Hope this helps!