> For the complete documentation index, see [llms.txt](https://docs.coupler.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.coupler.io/sources/category/email/campayn.md).

# Campayn

Campayn is an email marketing platform that helps you build subscriber lists, design campaigns, and track engagement. With Coupler.io, you can pull your Campayn data — contacts, lists, forms, emails, and reports — into your preferred destination for analysis and reporting.

## Why connect Campayn to Coupler.io?

* **Centralize your email data** by combining Campayn reports with data from other marketing tools in one place
* **Automate reporting** so your dashboards always reflect the latest campaign performance without manual exports
* **Analyze with AI** by sending your Campayn data to ChatGPT, Claude, Gemini, or other AI destinations for instant insights
* **Join and aggregate** your contacts, lists, and reports to get a fuller picture of audience engagement

## Prerequisites

* An active Campayn account
* Your Campayn API key (available in your Campayn account settings under the API section)
* A Coupler.io account (free plan available)

## Quick start

{% hint style="success" %}
Start with the **Reports** entity if your primary goal is campaign performance analysis — it contains the engagement metrics you'll use most.
{% endhint %}

## How to connect

{% stepper %}
{% step %}
**Create a new data flow in Coupler.io.** Log in to Coupler.io, go to the Data Flows section, and click **Add data flow**.
{% endstep %}

{% step %}
**Select Campayn as your source.** Search for "Campayn" in the source catalog and select it.
{% endstep %}

{% step %}
**Enter your API key.** Open your Campayn account, navigate to account settings, and copy your API key. Paste it into the API key field in Coupler.io.
{% endstep %}

{% step %}
**Choose an entity.** Select the data entity you want to import — Lists, Forms, Contacts, Emails, or Reports.
{% endstep %}

{% step %}
**Choose a destination.** Connect to Google Sheets, Excel, BigQuery, Looker Studio, or an AI destination like ChatGPT, Claude, Cursor, Gemini, Perplexity, or OpenClaw.
{% endstep %}

{% step %}
**Run your data flow.** Click **Run** to execute a manual run and confirm your data loads correctly.
{% endstep %}
{% endstepper %}

## Available entities

| Entity   | Description                                                |
| -------- | ---------------------------------------------------------- |
| Lists    | Subscriber lists organizing your contacts into groups      |
| Forms    | Sign-up forms used to capture new subscriber information   |
| Contacts | Individual subscriber records with personal details        |
| Emails   | Email campaigns and messages sent through Campayn          |
| Reports  | Performance metrics and engagement analytics for campaigns |


---

# 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://docs.coupler.io/sources/category/email/campayn.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.
