# Wait For Callback

The *Wait for Callback* 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.

{% hint style="info" %}
To use this node, the [Wait For Callback API](https://help.clickatell.com/developers-api-reference/wait-for-callback) needs to be set up.
{% endhint %}

{% hint style="warning" %}
This node must be used in conjunction with the [*Set Variables*](/flow/action-nodes/action-nodes-set-variables.md) node. The *Reference* that is being set is the variable from the *Set Variable* node.
{% endhint %}

<figure><img src="/files/TI3EyINZy5V9LyatVQrR" alt=""><figcaption><p>Setup of a Wait For Callback node</p></figcaption></figure>

<figure><img src="/files/DSR7LcxbLh7u7PtGaN6c" alt=""><figcaption><p>Example flow containing Wait For Callback node</p></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guides.clickatell.com/flow/action-nodes/action-nodes-wait-for-callback.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
