# Campaign Monitor ingtegration

### 🔑 Step 1: Obtain Your Campaign Monitor API Key and Client ID (in Campaign Monitor)

To connect Campaign Monitor, you need **two values**:

* 🗝️ **API Key**
* 🆔 **Client ID**

✅ How to find them

1. Log in to your **Campaign Monitor** account
2. Navigate to **Account Settings** > **API Keys**
3. Copy your **API Key** and **Client ID**

For detailed instructions, refer to Campaign Monitor's official guide: [Find Your API Key](https://help.campaignmonitor.com/getting-started-with-the-api)

***

### 🔌 Step 2: Add Campaign Monitor API Key to the app settings (in PowerfulForm)

Now we’ll paste those values into Powerful Form so it can send contacts to Campaign Monitor.

✅ Steps

1\. Open the app > **Settings** > **Third party integration** > hover **Campaign Monitor** > click **Config**

<figure><img src="/files/oJ5T2V38tLR1EEnqc2S9" alt=""><figcaption></figcaption></figure>

2\.  Enter **Client ID** and **API key** field created in the **Steps 1** above

<figure><img src="/files/GVeYe0dGco6vHPHKWP54" alt=""><figcaption></figcaption></figure>

3\. Click **Save** to update the changes

✅ Once saved, your Campaign Monitor account is connected.

***

### 🧩 Step 3: Map form data to Campaign Monitor (in Form Builder)

This step decides:

* Which Campaign Monitor list receives contacts
* Which form fields go into Campaign Monitor contact fields

✅ Before you start

Make sure you already have an **email list** created in Campaign Monitor (so you can select it during setup).

✅ Mapping steps (simple walkthrough)

Follow this [link](https://help.campaignmonitor.com/create-a-subscriber-list) to know more.

1\. Open the app > click **Forms** > open the form you want to deal with

2\. Click **Integration** icon on the left side > enable **Campaign Monitor** > click on its name&#x20;

<figure><img src="/files/uk4ZCaZ0wUxPOVfKILyy" alt=""><figcaption></figcaption></figure>

3\. Select a contact list in the **List** dropdown. The list in the dropdown is the contact list from **Campaign Monitor** that you want to add form data to

<figure><img src="/files/paNtsE820S03HgeLzMQW" alt=""><figcaption></figcaption></figure>

4\. Map fields

* 📧 Campaign Monitor **Email** ← Form **Email**
* 👤 Campaign Monitor **Name** ← Form **Full name / First name**

**⭐ Required field**

📧 **Email is required**—Campaign Monitor needs an email address to create/save a subscriber.

5\. Click **Save** to update the changes

Check the data in **Campaign Monitor** after the form is submitted

### ✅ Test & Check Your Results (in Campaign Monitor)

After you save the integration:

1. Submit your form once (use a real email to test)
2. Open Campaign Monitor
3. Go to your selected **List**
4. Confirm the new subscriber appears&#x20;

<figure><img src="/files/1lzVCLMEvzlSG8DZ6tKE" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: 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.powerfulform.com/~/revisions/KRfi0fHdeAFeAhiPrH7G/app-integration/campaign-monitor-ingtegration.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.
