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
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.