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: