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

# BigMailer

BigMailer is an email marketing platform built for agencies and businesses managing multiple brands. It lets you run bulk campaigns, transactional emails, and list management all from one place. Connecting BigMailer to Coupler.io lets you pull your email data into spreadsheets, dashboards, or AI tools for deeper analysis.

## Why connect BigMailer to Coupler.io?

* **Centralize your email data** — combine campaign performance, contact lists, and suppression data in one destination
* **Report across brands** — use the Append transformation to stack data from multiple brands into a single table
* **Feed AI tools** — send your campaign and contact data directly to ChatGPT, Claude, Gemini, or other AI destinations for analysis and recommendations
* **Automate reporting** — schedule automatic refreshes so your dashboards always reflect the latest data

## Prerequisites

* A BigMailer account with at least one brand set up
* An API key from your BigMailer account settings
* A destination ready — Google Sheets, Excel, BigQuery, Looker Studio, or an AI tool like ChatGPT or Claude

## Quick start

{% hint style="success" %}
If you manage multiple brands in BigMailer, start with the **Bulk campaigns** entity to get a high-level view of campaign performance, then add **Contacts** or **Lists** as additional sources in the same data flow.
{% 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**. Search for BigMailer and select it as your source.
{% endstep %}

{% step %}
**Enter your BigMailer API key.** In BigMailer, go to **Account Settings → API Keys** and generate or copy your existing API key. Paste it into the API key field in Coupler.io.
{% endstep %}

{% step %}
**Select an entity.** Choose which type of data you want to import — for example, Bulk campaigns, Contacts, or Lists. See the table below for all available entities.
{% endstep %}

{% step %}
**Choose a destination.** Select where you want your data to go — Google Sheets, Excel, BigQuery, Looker Studio, or an AI destination like ChatGPT, Claude, Gemini, Perplexity, Cursor, or OpenClaw.
{% endstep %}

{% step %}
**Run your data flow.** Click **Run** to execute a manual run. Once it completes successfully, your BigMailer data will appear in your chosen destination.
{% endstep %}
{% endstepper %}

## Available entities

| Entity                  | What it contains                                                    |
| ----------------------- | ------------------------------------------------------------------- |
| Brands                  | Top-level brand accounts within your BigMailer workspace            |
| Contacts                | Individual subscribers with email, profile fields, and custom data  |
| Lists                   | Mailing lists and their metadata                                    |
| Fields                  | Custom contact fields used for segmentation and personalization     |
| Message types           | Definitions for transactional vs. marketing email types             |
| Segments                | Filtered contact groups based on criteria like activity or location |
| Bulk campaigns          | Mass marketing emails sent to lists or segments                     |
| Transactional campaigns | Automated one-to-one emails triggered by user actions               |
| Suppression lists       | Opt-outs and bounced addresses excluded from future sends           |
| Users                   | Team members with access to your BigMailer account                  |


---

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