> 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/connector.md).

# Connector

## How to Send Carousel Via Connector

### How to send a Media Carousel Manually through Connector

### Step 1: Navigate to Connectors

* Go to **All Menus** Under **Automation**, select [**Connectors**](https://app.pickyassist.com/automation/connector)

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

### Step 2: Create a New Connector

* Click on **Add Connector**
* Enter the required **Name** and **Description**
* Select the **Event Source** based on your requirement

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

### Step 3: Configure Action

* Scroll down to the **Action** section
* Choose **Send Message**
* Enter the **mobile number** to which the message should be sent

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

### Step 4: Select Message Type

Choose the message type as **Carousel Message**

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

### Step 5: Configure Carousel Details

* Select the type of carousel:
  * **Media Carousel** or
  * **Product Carousel**
* Add the required fields based on your use case

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

### Step 6: Test the Connector

Click on **Simulate Test** to execute the flow

<figure><img src="/files/6YWoVbQM4eRtcJTYw62N" alt=""><figcaption></figcaption></figure>

### Step 7: Verify Execution

After execution, you will see:

* Notification indicating **message executed successfully**
* Generated **Push ID** for reference

<figure><img src="/files/9ovRCRtXPUzyUU0ygjhu" alt=""><figcaption></figcaption></figure>

This method is useful for sending **marketing campaigns, product updates, and promotional content** to multiple users at once or based on specific triggers. By using **Broadcaster for bulk sending** and **Connector for dynamic automation**, businesses can achieve better **reach, personalization, and efficiency**, making communication more **scalable and impactful**.

### How to send a Text,Media and Dynamic value Template through Connector

#### Step 1: Configure Connector and Send Message

* Create a **Connector** similar to previous steps
* Complete the basic setup such as:
  * Connector name
  * Event source (if required)
* Under **Action**:
  * Choose **Send Message**
  * Select message type as **Simple Message**
  * click on **Select Template**
* Add **Dynamic variables**&#x20;
* You can also add **media** such as:
  * Images
  * Videos
  * Documents

&#x20;         Based on the type of Template

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

#### Step 2: Configure Field Mapping for Mobile Number

* Scroll up and click on **Field Mapping**
* Enter the **mobile number field**
* Select **Picky Assist** as the source
* Choose the attribute as **Mobile**
* Click on **Save**

<figure><img src="/files/86dJHDVC2kJtC3TWx2Xv" alt=""><figcaption></figcaption></figure>

After configuring all required fields:

* Click on **Submit**
* Run **Simulate Test**


---

# 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/connector.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.
