For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wait For Callback

The Wait for Callback action node is used to facilitate an asynchronous process external to Chat Flow and continue the flow when a callback is received.

This node will block the flow until a callback is received or the session times out.

To use this node, the Wait For Callback API needs to be set up.

Setup of a Wait For Callback node

Example flow containing Wait For Callback node

Last updated