# 如何推送WhatsApp 廣播訊息

### 新增廣播訊息

你的範本獲得批准後，請前&#x5F80;***廣播訊息*** &#x4E26;***新增廣播訊息***。

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

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

步驟 1：為群發廣播命名。&#x20;

步驟 2：選擇廣播的收件人。&#x20;

步驟 3：點擊範本選擇您要廣播的訊息範本。&#x20;

步驟 4：確定推送時間，立即推送還是預約推送。&#x20;

步驟 5：完成後點擊「提交」即可進行群發。&#x20;

### 在廣播中使用模板參數

當您選擇的 WhatsApp 模板包含參數（例如 `{{1}}`）時，您需要在發送廣播前填入對應的內容。

***

#### 正文參數（Body Parameters）

如果模板訊息正文包含參數（例如 `Hi {{1}}`），系統會在 **範本參數→正文** 顯示對應欄位。

**使用方式：**

1. 在 **範本參數→正文** 找到參數欄位
2. 輸入要替換參數的內容
3. 右側預覽會即時更新

<figure><img src="/files/GvoOFLFpd7FEdBu8D2cV" alt="" width="375"><figcaption></figcaption></figure>

**範例：**

* 模板內容：`Hi {{1}}, check out our promotion`
* 輸入：`John`
* 最終訊息：`Hi John, check out our promotion`

**使用聯絡人資料（動態內容）：**\
您可以使用自訂欄位來個人化訊息：

* 格式：`{{customFields.fieldName}}`
* 範例：`{{customFields.firstName}}`

每位收件人會看到對應的個人化內容。

***

#### 按鈕參數（Button Parameters）

如果模板包含按鈕（例如「Visit website」）且帶有動態參數，您需要設定該按鈕的參數內容。

**使用方式：**

1. 前往 **範本參數→按鈕**
2. 找到對應按鈕（例如：Visit website）
3. 輸入要附加在網址後的參數

<figure><img src="/files/3KLZs0Pokne3qABpMp3j" alt="" width="375"><figcaption></figcaption></figure>

**範例：**

* 基礎網址：`https://chatalog.ai/`
* 輸入參數：`promo2026`
* 最終網址：`https://chatalog.ai/promo2026`

***

#### 注意事項

* 所有必填參數需完成填寫後才能送出廣播
* 參數支援：
  * 固定文字（所有收件人相同）
  * 動態內容（例如自訂欄位）
* 建議發送前透過右側預覽確認訊息內容


---

# 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.chatalog.ai/zh-hk/broadcast-setup/broadcast-whatsapp/how-to-send-whatsapp-broadcast.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.
