# Send Text

{% embed url="<https://app.supademo.com/demo/cmm34rw5p0ci5q1bry0lnf6pq?utm_source=link>" %}

#### Overview &#x20;

The **Send Text** action allows you to send a plain text message within a bot flow.

This action:

* Sends text-only messages (including URLs)
* Does not collect user input
* Automatically proceeds to the next node

#### Add a Send Text Action &#x20;

1. Click **Add Node**
2. Select **Send Action**
3. Choose **Send Text**

#### Action Name &#x20;

The **Action Name** is for internal reference only.

* It helps identify the action in the flow
* It does not appear to customers

Examples:

* Welcome Message
* Order Confirmation Text
* Payment Reminder

#### Message (Send Text Card) &#x20;

Enter the message content in the text editor.

This message:

* Is delivered immediately
* Does not expect a response

#### Character Limit &#x20;

Maximum length: **4096 characters**

#### Text Formatting Options &#x20;

**Bold** &#x20;

1. Select the text
2. Click **B**

**Italic** &#x20;

1. Select the text
2. Click **I**

**Strikethrough** &#x20;

1. Select the text
2. Click **S**

**Emojis** &#x20;

Click the **Emoji icon** to insert emojis.

#### Add Variable &#x20;

Use **Add Variable** to insert dynamic data into the message.

When sent, variables are automatically replaced with customer data.

**Customer Fields** &#x20;

Predefined fields stored in the customer profile.

Examples:

* Customer Name
* Phone Number
* Total Amount
* Custom Fields

Example:

Hi {{customer.name}}

To insert:

1. Click **Add Variable**
2. Select the required field
3. The variable is inserted automatically

#### Save and Deploy &#x20;

After configuring the message:

1. Click **Create** to add the action to the flow
2. Connect it within the flow
3. Click **Publish** to deploy changes

#### Example Message &#x20;

Hi {{customer.name}},\
Your order has been confirmed successfully.

Each customer receives a personalized message based on stored data.

#### Validation Before Publishing &#x20;

Before publishing:

* Ensure variables contain valid data
* Test the bot to verify correct replacement
* Confirm no variables appear blank


---

# 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://docs.ownchat.app/bot/send-action/send-text-node-whatsapp-chatbot.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.
