> For the complete documentation index, see [llms.txt](https://support.growlytics.in/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.growlytics.in/campaigns/campaigns-overview/connector-campaign.md).

# Connector Campaign

Connector Campaigns allow you to send campaign messages using API endpoints. You can use connector campaigns to:

* Send email/SMS/WhatsApp messages using a vendor who has not partnered with Growlytics yet.
* You can pass data to any third-party analytics system.

## How does it work?

To send the connector campaign, you will need to provide HTTP endpoint details in the campaign content step as shown in the screenshot below.

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

### Input parameters: <a href="#h_ccc95dd7ca" id="h_ccc95dd7ca"></a>

1. **Endpoint URL:** Specify the URL of the endpoint without query parameters.
2. **HTTP Method:** Specify the HTTP method to use while hitting the API endpoint.
3. **Query Parameters:** Specify URL query parameters here. You can also personalize the query parameters. For example, if you want to mention a customer's system id or any other attribute, you can do it from here.
4. **HTTP Headers:** Specify headers to mention in the API call. For example, you can mention authentication parameters here.
5. **Request Body:** Mention the API parameters here.


---

# 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://support.growlytics.in/campaigns/campaigns-overview/connector-campaign.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.
