---
title: "Send Message"
slug: "flow-builder-send-message"
description: "Send messages to callers over text channels, such as SMS and WhatsApp."
tags: ["Call Flow", "WhatsApp", "SMS"]
updated: 2025-09-19T12:24:59Z
published: 2025-09-19T12:24:59Z
canonical: "docs.voiso.com/flow-builder-send-message"
---

> ## Documentation Index
> Fetch the complete documentation index at: https://docs.voiso.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Send Message

{{variable.AudienceAdmin}}

Send messages to callers over text channels, such as SMS and WhatsApp.

## Introduction
Use the **Send Message** node to send a text message to a caller. Send a message to deflect callers from IVR to text channels.

:::(Internal) (Private notes)
 or to handle times when queue wait times exceed a certain threshold
:::

:::(Warning) (Important)
The call continues to the next node regardless of the outcome of the message execution (sent, not sent, delivered, not delivered, or error).
:::

When the message is sent, an interaction is logged to the [CDR](/v1/docs/reporting-cdr).

### Connections
The **Send Message** node allows unlimited input connections and 1 output connection.

## Using the Send Message node
To add a **Send Message** node to your interaction flow, click the **Send Message** node icon:

![Flow Builder Send Message Node](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Flow%20Builder%20Send%20Message%20Node.png){height="" width=""}

To make an input connection, drag a link to the **Send Message** node from any node supporting an output connection. To make an output connection, drag a link from the **Send Message** node to any node supporting an input connection.

![Flow Builder Send Message Node Making Connections](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Flow%20Builder%20Send%20Message%20Node%20Making%20Connections.gif){height="" width=""}

## Configuring the Send Message node
To configure a **Send Message** node in your interaction flow, click the **Send Message** node to display the **Send Message** configuration panel. In the **Send Message** configuration panel, click the "i" icons to read information about the configuration menus and fields.

### Channel
Specify one of the following text channels to send the message:

* [SMS](/v1/docs/flow-builder-send-message#sms)
* [WhatsApp](/v1/docs/flow-builder-send-message#whatsapp)

### SMS

![Flow Builder Send Message Node Configuration Panel SMS](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Flow%20Builder%20Send%20Message%20Node%20Configuration%20Panel%20SMS.png){height="" width=""}

{{snippet.SMS limitation}}

#### To
The system automatically inserts the caller's phone number.

#### From
Use the **From** menu to select a [Sender ID group](/v1/docs/administration-sender-id-groups) for the message.

#### Message
Enter the message to be sent to the caller by SMS.

You can include dynamic content in your messages by leveraging system and custom [variables](/v1/docs/flow-builder-variable-management) in the **Message** field. Click "**{ }**" to display the **Variables** menu or manually enter a variable by typing its name enclosed in double brace brackets like this: `{{variableName}}`.

![Flow Builder Send Message Node Using Variables for SMS](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Flow%20Builder%20Send%20Message%20Node%20Using%20Variables%20for%20SMS.gif){height="" width=""}

### WhatsApp

![Flow Builder Send Message Node Configuration Panel WhatsApp](https://cdn.document360.io/44ae307a-3737-4fbf-98e0-9b888deb90dc/Images/Documentation/Flow%20Builder%20Send%20Message%20Node%20Configuration%20Panel%20WhatsApp.png){height="" width=""}

#### To
The system automatically inserts the caller's phone number.

#### From
Use the **From** menu to select a [WhatsApp digital channel](/v1/docs/administration-system-settings#digital-channels) for the message.

#### Message template
Select a WhatsApp [message template](/v1/docs/omnichannel-whatsapp#creating-a-whatsapp-message-template) to be sent to the caller by the WhatsApp channel.

#### Message preview
A preview of the selected message template.

## Related

- [Flow Builder Overview](/inbound-flow-builder-overview.md)
- [How to start sending SMS](/how-to-start-sending-sms.md)
- [WhatsApp](/omnichannel-whatsapp.md)
- [HTTP Request](/http-request.md)
