# How to Use the Send Message Action Component

The Send Message component in Bot Studio lets you send a WhatsApp message — with or without media — to your customer as part of an automated journey. This guide walks you through every setting inside the component and explains how to connect it to the rest of your bot flow.

***

<figure><img src="/files/irtnkWStSYTSafEyJgeS" alt=""><figcaption></figcaption></figure>

#### <mark style="color:$primary;">**Step 1: Add the Send Message Component to Your Bot**</mark>

1. Select the journey or trigger you want to work with.
2. In the right-hand panel, go to **Actions**.
3. Under the **Messaging** subsection, find the **Send Message component**.
4. **Drag and drop it** into your bot canvas.

#### <mark style="color:$primary;">**Step 2: Choose Which Number to Send the Message From**</mark>

The first setting is a checkbox labelled Continue on the baba on which the customer responds.

* **Checked:** The message is sent from the same Channel (WhatsApp number) on which the customer messaged you.
* **Unchecked:** A dropdown appears listing all Channels (WhatsApp numbers) onboarded on your DoubleTick account. Select whichever number you want to send from.

This is useful when, for example, a customer messages your general number but you want the reply to come from your sales number.

#### <mark style="color:$primary;">**Step 3: Add Media (Optional)**</mark>

You can send an image, audio, video, or PDF along with your message. There are two ways to add media:

* **Upload:** Click the Upload button and select a file from your device.
* **Enter URL:** Paste a publicly accessible link to the media file. You can also insert a dynamic variable here using the curly bracket icon — for example, a personalised PDF link pulled from a Google Sheet column.

#### <mark style="color:$primary;">**Step 4: Write the Message Body**</mark>

Type your **message in the Body** field. Use the curly bracket icon to insert dynamic variables such as a customer's name, order ID, or any other value flowing into your bot..

#### <mark style="color:$primary;">**Step 5: Connect the Component to the Next Step**</mark>

* **Send next message immediately:** Drag from the green dot on the component and connect it to the next component. The bot will not wait for a customer reply.
* **Wait for customer reply first:** Click the On Response button and connect that to the next component. The bot will proceed only after the customer responds.

***

That covers everything you need to know to set up and use the Send Message action component in Bot Studio. Once you are comfortable with this component, you can combine it with other action components to build more advanced automated journeys.


---

# 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://learn.doubletick.io/bot-studio/actions/messaging/how-to-use-the-send-message-action-component.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.
