Hello Community,
I am trying to add a button in my slack channel.
I have successfully added button in my slack channel. And I have turned on interactivity and shortcuts in slack and added a n8n webhook url. But when i click on the button it doesn’t trigger the webhook.
All apps must, as a minimum, acknowledge the receipt of a valid interaction payload.
To do that, your app must reply to the HTTP POST request with an HTTP 200 OK response. This must be sent within 3 seconds of receiving the payload. If your app doesn’t do that, the Slack user who interacted with the app will see an error message, so ensure your app responds quickly.