# Bigmailer AI integration on Definable

> BigMailer is an email marketing platform designed for managing multiple brands, offering features like white-labeling, automation, and integration with Amazon SES.

## What this connects

BigMailer is an email marketing platform designed for managing multiple brands, offering features like white-labeling, automation, and integration with Amazon SES.

Vendor: https://www.bigmailer.io/

## Tools available

**57** tools available. First 12:

- `BIGMAILER_CREATE_BRAND` — Create Brand — Tool to create a new brand in BigMailer. Brands are used to organize email campaigns and define default sending settings. Requires at minimum a brand name, from_name, and from_email. Returns the unique UUID of the created brand.
- `BIGMAILER_CREATE_BRAND_PROPERTY` — Create Brand Property — Tool to create a brand property in BigMailer. Use when you need to define a custom property for a brand that can be referenced in email templates via merge tags. The merge_tag_name allows the property to be used as *|TAG_NAME|* in templates.
- `BIGMAILER_CREATE_BULK_CAMPAIGN` — Create Bulk Campaign — Tool to create a bulk email campaign in BigMailer. Use when you need to send marketing emails to multiple recipients. The campaign can be sent immediately or scheduled for later. Throttling options allow you to control send rate. At minimum, you must provide a brand_id and campaign name. Use BIGMAILER_LIST_ALL_BRANDS to get valid brand IDs.
- `BIGMAILER_CREATE_CONTACT` — Create Contact — Tool to create a new contact in BigMailer within a specified brand. Use when you need to add contacts to your mailing lists with optional custom fields and subscription settings. The contact's email address is required, and you can optionally add custom field values, assign to lists, and manage subscription status.
- `BIGMAILER_CREATE_CONTACT_BATCH` — Create Contact Batch — Tool to create a batch of contacts in BigMailer for a specific brand. Use when you need to upload multiple contacts (1-1000) at once. Supports custom fields, list assignments, and unsubscribe operations. The batch is queued for asynchronous processing and returns a batch ID for tracking.
- `BIGMAILER_CREATE_FIELD` — Create Field — Tool to create a custom field in a BigMailer brand. Custom fields allow you to store additional contact information (text, date, or integer values). Use when you need to add a new field to track contact data like company name, birthday, or loyalty points.
- `BIGMAILER_CREATE_LIST` — Create List — Creates a new contact list within a specified brand in BigMailer. Use this to organize and segment contacts. The list must be associated with an existing brand. Use BIGMAILER_LIST_ALL_BRANDS to retrieve valid brand IDs before creating a list.
- `BIGMAILER_CREATE_SEGMENT` — Create Segment — Tool to create a segment in BigMailer for a specific brand. Segments allow filtering contacts based on conditions like campaign activity (opened, clicked) or custom field values. Use when you need to organize contacts into targeted groups for campaigns.
- `BIGMAILER_CREATE_SUPPRESSION_LIST` — Create Suppression List — Tool to upload a suppression list for a brand in BigMailer. Use when you need to add email addresses that should be excluded from campaigns. The file must be a CSV with email addresses in the first column of each row.
- `BIGMAILER_CREATE_TEMPLATE` — Create Template — Tool to create a new email or page template in BigMailer. Templates can be used with bulk campaigns to define the HTML structure. Use when you need to create reusable email designs or landing pages. The template can be shared across all brands in the account if desired.
- `BIGMAILER_CREATE_TRANSACTIONAL_CAMPAIGN` — Create Transactional Campaign — Creates a new transactional campaign within a specified brand in BigMailer. Transactional campaigns are used for sending automated emails like welcome emails, password resets, order confirmations, etc. The campaign must be associated with an existing brand (use BIGMAILER_LIST_ALL_BRANDS to get valid brand IDs). Returns the unique ID of the created campaign on success.
- `BIGMAILER_CREATE_USER` — Create User — Tool to create a new user in BigMailer. Use when you need to add team members with specific roles and permissions. Returns the unique UUID of the created user.

## Auth

Auth schemes: `API_KEY`.

## How agents use Bigmailer

Inside a Definable workflow, Bigmailer is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Bigmailer** — the Researcher (GPT-5.5) pulls context from Bigmailer (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Bigmailer** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Bigmailer (create record, post message, draft email).
- **Designer / Engineer → Distributor → Bigmailer** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Bigmailer (attach file, open PR comment, post status).

The Verifier checks every Bigmailer call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- email newsletters — https://definable.ai/apps/category/email-newsletters/
- marketing automation — https://definable.ai/apps/category/marketing-automation/

## Related

- HTML page: https://definable.ai/apps/bigmailer/
- Same category (email newsletters): https://definable.ai/apps/category/email-newsletters/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
