# SMS

SMS card allows you to send an SMS message to a customer’s phone number. You can configure the phone number, the message, and the sender ID. You can use an SMS card to send notifications, alerts, or reminders to your customers and provide a consistent communication experience.

## Using SMS Card

1. **Phone number:** You need to enter the phone number of the recipient or recipients of your SMS message. You can enter multiple phone numbers separated by commas, but make sure to include the country code before each number.&#x20;

For example, you can enter +914568541256, +911236541256.

2. Text message box: You need to enter the message or notification you want to send to the recipients. You can use variables to personalize your message, such as {{name}}, {{order\_id}}, {{status}}, etc. You can also use emojis, links, and media attachments to make your message more engaging.&#x20;

Let's say you want to inform customers about their order so you add a message like: “Hi {{name}}, your order with ID {{order\_id}} has been shipped and is on its way to you. You can track your order on our website here. Thank you for choosing us! 😊”

{% hint style="info" %}
For setting up attributes, use '**Setup** **Attribute**' card.
{% endhint %}

{% content-ref url="/pages/FKo6jthLZcJiHezgrpdv" %}
[Setup Attribute](/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/utility-cards/setup-attribute.md)
{% endcontent-ref %}

<figure><img src="/files/rRPVzdAbuo28MNu8jt7h" alt=""><figcaption></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://docs.makerobos.com/chatman-enterprise-whatsapp-platform/chatman-functions/journeys/plugin-cards/sms.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.
