# Send Super Field Data to External WhatsApp Number

This feature allows you to send user data stored in **Super Fields** to an external WhatsApp number using automation and template messages.

### Prerequisites

* Super Fields must be created in advance (e.g., Name, Phone Number)
* WhatsApp message template should be approved and available

### Steps to Configure

#### 1. Create Bot Flow

1. Go to **Chatbot → Create Bot Flow**
2. Enter a **Bot Flow name**
3. Add a **Trigger (Keyword)** and select the WhatsApp channel
4. Set conditions and save

#### 2. Collect User Data

5. Add an **Ask Question** block to collect user **Name**
6. Save the response in a **Super Field** (e.g., Chat Name)
7. Add another **Ask Question** block to collect **Phone Number**
8. Save it in a **Phone Number Super Field**

#### 3. Send Data via Automation

9. Add a node → **Automation App → CRM**
10. Select **Send Template Message**
11. Choose the appropriate **WhatsApp Channel**
12. Select the **approved template**

#### 4. Map Data

13. Map the **Phone Number field** as the recipient number
14. Map required **body variables** (e.g., Name from Super Field)

#### 5. Finalize

15. Run and verify using **Run History**
16. Click on **Save Workflow**
17. **Enable** the workflow

Once configured, the bot will automatically send the collected data from Super Fields to the specified WhatsApp number using the selected template. This helps in automating notifications, lead sharing, and data transfer seamlessly.

{% embed url="<https://www.youtube.com/watch?v=mKaLZJVCzGs>" %}


---

# 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://helpdocumentation.gitbook.io/user/bot-builder/whatsapp-chatbot/send-super-field-data-to-external-whatsapp-number.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.
