Slack Send and Wait subnode

Describe the problem/error/question

What is the error message (if any)?

N/A

Please share your workflow

N/A

Information on your n8n setup

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

Hey all–I was just trying to use slack “send and wait” in an ai agent and it either continues on without waiting for a response or it waits and the response I provide in slack (approve/deny/etc) is not received when I look at the logs (agent ends up waiting until it times out even though the response should have been registered)

Is this simply a limitation of the AI Agent node? Or am I doing something wrong?

Hey @Jeff_Morrell ,

Are you getting any notification in slack ?

Are you sure your bot has all the right scope permissions ?

Yes, the message is sent to slack successfully, it just doesn’t wait (or waits forever, not registering the response from slack).
I am sure the scopes are not the issue (when I use same functionality in a regular node (non-subnode), it works flawlessly.

Have you gotten it to work as a subnode in an agent node? If so, would you be willing to share it? maybe i can figure out what’s different