Hello everyone,
I want to create a button in slack and want to trigger a webhook with that button.
I have setup the button but it is no triggered when I click the button.
I hvae turned on Interactivity & Shortcuts and added a webhook url but still not working.
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:
Hi @Sid,
Thanks for posting!
Could you maybe share the workflow you’re building and the settings you have set up in slack? It would help in assessing the issue you’re facing
Could you also share some details about how you’re running n8n?
- n8n version:
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
You can also check if the workflow is active. I have built a workflow similar o tat but in my case its a link click which calls the webhook
The other thing is, in the new n8n version, the ebhok comes with a basic auth as the default auth. Check o this is active and if so, set it to none and retry…
Yes I figured it out.
My webhook is in get method and it works for post method.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.