# ActiveTrail AI integration on Definable

> ActiveTrail is the world's friendliest email marketing platform, newsletter software and marketing automation software.

## What this connects

ActiveTrail is the world's friendliest email marketing platform, newsletter software and marketing automation software.

Vendor: https://activetrail.com/

## Tools available

**159** tools available. First 12:

- `ACTIVE_TRAIL_ADD_GROUP_MEMBER` — Add Group Member — Tool to add a member to a group in ActiveTrail. Creates a new contact or adds an existing contact to the specified group. Supports comprehensive contact information including names, phone numbers, addresses, dates, and custom extension fields. The API will not return errors if the contact is already in the group (idempotent operation).
- `ACTIVE_TRAIL_ADD_MAILINGLIST_MEMBER` — Add Mailing List Member — Tool to add a member to a mailing list in ActiveTrail. Creates a new contact or adds an existing contact to the specified mailing list and groups. Either email or SMS must be provided.
- `ACTIVE_TRAIL_CONTACT_GROWTH` — Get Contact Growth — Retrieves daily contact growth statistics showing active (subscribed) and inactive (unsubscribed) contact counts over a specified date range. Use this to analyze contact acquisition trends and measure the growth of your subscriber base over time. Returns time-series data with daily breakdowns.
- `ACTIVE_TRAIL_CREATE_A_NEW_GROUP` — Create a New Group — Creates a new contact group in ActiveTrail for organizing and segmenting contacts. Groups are containers for contacts that allow you to: - Organize contacts by category, campaign, or segment - Target specific groups for email/SMS campaigns - Manage contact memberships independently The newly created group will be empty. Use the "Add Group Member" action to add contacts to this group. Returns the complete group details including the assigned group ID.
- `ACTIVE_TRAIL_CREATE_CAMPAIGN` — Create Campaign — Tool to create a new email campaign in ActiveTrail. Use when you need to create and return a new campaign for specific groups. The campaign can be configured as an A/B split test, E-commerce campaign, or a regular campaign. Campaign will be created in draft status unless is_sent is set to true.
- `ACTIVE_TRAIL_CREATE_CAMPAIGN_FOR_CONTACTS` — Create Campaign for Contacts — Tool to create and send a new campaign to specific contacts in ActiveTrail. Use when you need to create campaigns targeted at selected recipients by contact IDs or email addresses. Supports regular campaigns, A/B split campaigns, and e-commerce campaigns.
- `ACTIVE_TRAIL_CREATE_CONTACT` — Create Contact — Creates a new contact in ActiveTrail with the provided information. At least one of email or sms must be provided as the primary identifier. All other fields are optional and can be used to enrich the contact profile. Important: Newly created contacts are not automatically assigned to any group. To enable email/SMS campaigns for this contact, you must add them to a group using a separate action after creation. Returns the complete contact record including the assigned contact ID.
- `ACTIVE_TRAIL_CREATE_CONTENT_CATEGORY` — Create Content Category — Tool to create a new content category in ActiveTrail account. Use when you need to add a new category for organizing campaigns and templates.
- `ACTIVE_TRAIL_CREATE_NEW_MAILING_LIST` — Create New Mailing List — Tool to create a new mailing list in ActiveTrail. Use when you need to add a new mailing list to organize and manage contacts.
- `ACTIVE_TRAIL_CREATE_ORDER` — Create Order — Tool to create new orders in ActiveTrail commerce system. Use when you need to add order records with customer information, products, and transaction details. Accepts an array of order objects for batch creation.
- `ACTIVE_TRAIL_CREATE_SEGMENTATION` — Create Segmentation — Create a new contact segmentation in ActiveTrail. Segmentations are rule-based filters that define target audiences based on contact field values (e.g., email equals specific value, city contains text, etc.). Use this to create dynamic segments for campaign targeting, automation workflows, or contact organization. Requires a unique name and at least one base rule with field, operator, and values.
- `ACTIVE_TRAIL_CREATE_SMART_CODE_SITE` — Create Smart Code Site — Creates a new Smart Code tracking site in ActiveTrail. Smart Code is ActiveTrail's web analytics and visitor tracking solution that monitors visitor behavior on your website. Use this action to register a website for Smart Code tracking by providing a site name and domain(s).

## Auth

Auth schemes: `API_KEY`.

## How agents use ActiveTrail

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

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

The Verifier checks every ActiveTrail 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/active_trail/
- 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
