> For the complete documentation index, see [llms.txt](https://help.pickyassist.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.pickyassist.com/setting-up-guide/connecting-channels/whatsapp-templates/sending-templates/broadcaster.md).

# Broadcaster

## How to Send Carousel Via Broadcaster

Sending Carousel via **Broadcaster** and **Connector** allows businesses to deliver **carousel messages at scale** and through **automated workflows**. The **Broadcaster** is mainly used for **bulk messaging**, while the **Connector** enables **API-based dynamic sending**. This provides flexibility to handle both **mass communication** and **real-time data-driven messaging**, improving overall communication efficiency.

### Step 1: Navigate to Campaigns

Go to **All Menus** Under **Broadcaster V2**, select [**Campaigns**](https://app.pickyassist.com/broadcaster/campaigns)**.**

<figure><img src="/files/5vdPGd6nCVS2KWqfIwAL" alt=""><figcaption></figcaption></figure>

### Step 2: Create Campaign

* Enter a **Campaign Name**
* Select the appropriate **Channel**
* Choose the **Contacts/Customers** based on your requirement

{% hint style="info" icon="mobile-retro" %}
Always include the **country code** when entering or pasting phone numbers.
{% endhint %}

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

### Step 3: Select Template

Scroll down and click on **Select Template**

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

### Step 4: Choose Approved Template

Select the required **Carousel Template** from the list of **approved templates**

{% hint style="info" %}
Ensure that the template is **approved** and all required fields are properly configured before sending.
{% endhint %}

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

### Step 5: Configure Template Content

Provide the required **media or values** based on the template format

<figure><img src="/files/76TguJO0vKGrkQ5OO8kc" alt=""><figcaption></figcaption></figure>

### Step 6: Send Campaign

* Scroll down to the bottom right corner
* Click on **Send Now**

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

### How to Send Text,Media and Dynamic Template Via Broadcaster

#### Step 1: Create Template

* Create a new template and provide a **template name**
* Select the **language**
* Choose the **template category** as **Marketing**
* Select the **template type** as **Standard**
* Add:
  * **Body content**
  * **Dynamic variables** (if required)
* You can also add **media** such as:
  * Images
  * Videos
  * Documents

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

#### Step 2: Upload Media and Submit for Approval

* Upload a **sample media file** based on your template type
* Review the template details
* Submit the template for **approval**

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

#### Step 3: Send Template via Broadcaster

* Go to **Broadcaster**
* Create a new **campaign** and provide a name
* Select the **contact selection mode**
* Add:
  * Required **media**
  * **Dynamic values** (if applicable)
* Click on **Send** to deliver the template

<figure><img src="/files/698VSSAeQ4nsEtcvIccy" alt=""><figcaption></figcaption></figure>

#### Output view(Mobile)

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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.pickyassist.com/setting-up-guide/connecting-channels/whatsapp-templates/sending-templates/broadcaster.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
