> For the complete documentation index, see [llms.txt](https://docs.guideflow.com/help/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms/email-marketing-platforms/activecampaign.md).

# ActiveCampaign

### What is ActiveCampaign?

ActiveCampaign is a platform that provides tools for email marketing, automation, and customer relationship management (CRM). It is designed to help businesses automate their marketing processes, manage customer contacts, and execute campaigns.&#x20;

The platform includes features like email campaign creation, lead scoring, and web analytics, enabling users to track customer interactions and behavior to improve marketing efforts.

### Passing ActiveCampaign custom fields into your Guideflows

Guideflow allows you to pass through parameters, also known as "query strings" or "URL query parameters," to personalize your guideflows & identify your leads in your analytics tab.&#x20;

Without URL parameters, a guideflow URL looks like this:&#x20;

```
https://app.guideflow.com/player/CV9zMHWGMHY%3D
```

With URL parameters such as {{first\_name}} with John as his first name, the guideflow URL looks like this:

```
https://app.guideflow.com/player/CV9zMHWGMHY%3D?first_name=John
```

{% @guideflow/guideflow-embed requestedUrl="<https://app.guideflow.com/player/mk6zo5uqpn>" %}

To personalize a Guideflow with data from ActiveCampaign and identify your leads' behavior on demos coming from analytics, you need to pass the ActiveCampaigns params in your Guideflow's public links.

In ActiveCampaign, the params email is identified with %EMAIL%.&#x20;

```
https://app.guideflow.com/player/XXXXX?email=%EMAIL%
```

You can pass any other field with the symbol &.

```
https://app.guideflow.com/player/XXXXX?email=%EMAIL%&firstname=%FIRSTNAME%
```

Here's the table of standard ActiveCampaign personalization tags:

<table data-full-width="false"><thead><tr><th>Name</th><th>Amplitude variables</th><th>Example Value</th></tr></thead><tbody><tr><td>Email</td><td>%EMAIL%</td><td><a href="mailto:john@activecampaign.com">mailto:john@activecampaign.com</a></td></tr><tr><td>First Name</td><td>%FIRSTNAME%</td><td>John</td></tr><tr><td>Last Name</td><td>%LASTNAME%</td><td>Smith</td></tr><tr><td>Full Name</td><td>%FULLNAME%</td><td>John Smith</td></tr><tr><td>Phone</td><td>%PHONE%</td><td>555-666-7777</td></tr><tr><td>Organization</td><td>%ORGANIZATION%</td><td>ActiveCampaign</td></tr></tbody></table>

You can create custom tags in Guideflow and ActiveCampaigns to deliver your prospects the best experience possible.


---

# 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:

```
GET https://docs.guideflow.com/help/sharing-guideflow/share-into-email-platforms/email-marketing-platforms/activecampaign.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
