Getting {"message":"Workflow was started"} message in Slack when triggering slash command via Webhook node

Describe the problem

I build a slack bot with the help of n8n to send a modal(form) when someone use a slack command the web hook tigger and send the modal. But by sending the modal it sending a slack message

{"message":"Workflow was started"}

Which I don’t want, I need to stop receiving that message

Please share your workflow

Information on your n8n setup

  • n8n version: 1.18.0
  • Database: SQLite
  • Running n8n via Docker

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:

Hey @iqbalpb,

Slack will return with whatever the webhook node is set to reply with, The default is {"message":"Workflow was started"} if you go to the options for the webhook node you can change the response text or set it to use a respond to webhook node and put your response in there if you wanted anything at all but I think Slack needs at least a 200 response code back.

image

Thanks it worked :heartbeat:

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