Message returns to chatbot before Wait Node - I want it to return afterwards to enable human-in-the-loop

Describe the problem/error/question

I want to have a human-in-the-loop chat system. A chat message from a customer comes in, the response from an AI agent is sent to Slack where an employee approves or rejects the response by calling a webhook. Depending on parameters in the webhook a different chat response is sent back to the customer

What is the error message (if any)?

The output of the send message to Slack node is returned to the customer chat - the result of the webhook wait and subsequent if condition is not returned to the customer chat

Please share your workflow

(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)

Share the output returned by the last node

[

{

“output”: “accepted”

}

]

Information on your n8n setup

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

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 @Steve_Carson

Thanks for posting here and welcome to the community! :tada:

Have you tried the send-and-wait option that we’ve recently released for the Slack node?

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