Slack Button with n8n webhook

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.

There is no response when clicking the button
image

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

@Sid ,

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.

Handling user interaction in your Slack apps | Slack

1 Like

Okay. Thank you for your time.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.