# Is Null

With the *Is Null* action node, you can verify whether a variable exists (i.e., is it a real value or a NULL value) and define what action follows - either route the customer to a new step in the workflow or trigger a new workflow.

For example, you can verify whether an expected response parameter from an API is available in the response received.&#x20;

{% hint style="success" %}
This node is typically used after an [*API Integration*](/flow/action-nodes/action-nodes-api-integration.md) node to check whether a variable exists within the returned payload.
{% endhint %}

<figure><img src="/files/9RrQ2C8v5j9TeDStSQzX" alt="" width="563"><figcaption><p>Setup an Is Null node</p></figcaption></figure>

![Example flow containing Is Null node](/files/-MeipKLWkpTGbWHXepuA)


---

# 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-is-null.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.
