# Doppler marketing automation

```json
{
  "name": "Doppler marketing automation",
  "slug": "doppler_marketing_automation",
  "url": "https://composio.dev/toolkits/doppler_marketing_automation",
  "markdown_url": "https://composio.dev/toolkits/doppler_marketing_automation.md",
  "logo_url": "https://logos.composio.dev/api/doppler_marketing_automation",
  "categories": [
    "marketing & social media"
  ],
  "is_composio_managed": false,
  "updated_at": "2026-05-12T10:09:32.999Z"
}
```

![Doppler marketing automation logo](https://logos.composio.dev/api/doppler_marketing_automation)

## Description

Securely connect your AI agents and chatbots (Claude, ChatGPT, Cursor, etc) with Doppler marketing automation MCP or direct API to send email campaigns, manage subscriber lists, segment contacts, and analyze campaign results through natural language.

## Summary

Doppler marketing automation is a platform for creating, sending, and tracking email campaigns. It helps you automate marketing workflows and manage subscriber lists for better engagement.

## Categories

- marketing & social media

## Toolkit Details

- Tools: 38

## Images

- Logo: https://logos.composio.dev/api/doppler_marketing_automation

## Authentication

- **Api Key**
  - Type: `api_key`
  - Description: Api Key authentication for Doppler Marketing Automation.
  - Setup:
    - Configure Api Key credentials for Doppler Marketing Automation.
    - Use the credentials when creating an auth config in Composio.

## Suggested Prompts

- Add new leads to my newsletter list
- Import conference attendees into VIP subscribers list
- List all campaigns sent this month
- Get details of unsubscribed users from last week

## Supported Tools

| Tool slug | Name | Description |
|---|---|---|
| `DOPPLER_MARKETING_AUTOMATION_ADD_SUBSCRIBER` | Add Subscriber | Tool to add a new subscriber to a specific list for a specified account. |
| `DOPPLER_MARKETING_AUTOMATION_CHECK_ACCOUNTS_SUBSCRIBERS` | Check Subscriber Exists | Tool to check if a subscriber exists in a Doppler account by their email. Use when you need to verify subscriber existence without retrieving full details. |
| `DOPPLER_MARKETING_AUTOMATION_CREATE_ACCOUNTS_SUBSCRIBERS` | Create Account Subscriber | Tool to create or associate a subscriber to a Doppler account with optional list memberships. Use when you need to add a new subscriber at the account level, optionally associating them with specific lists. |
| `DOPPLER_MARKETING_AUTOMATION_CREATE_ACCOUNTS_UNSUBSCRIBED` | Unsubscribe Subscriber | Tool to mark a subscriber as unsubscribed (removed) in an account. Use when a subscriber needs to be unsubscribed. If the email does not exist, it will be added to ensure it remains unsubscribed and does not receive campaigns. |
| `DOPPLER_MARKETING_AUTOMATION_CREATE_LIST` | Create List | Tool to create a new subscriber list for a specified account. Use when you need to segment contacts into a new list. |
| `DOPPLER_MARKETING_AUTOMATION_DELETE_LIST` | Delete List | Tool to delete a specific subscriber list by its ID. Use when permanently removing a list after confirming its no longer needed. |
| `DOPPLER_MARKETING_AUTOMATION_GET_ACCOUNT` | Get Account | Tool to retrieve account details and available action links for a specific Doppler account. Use when you need to discover available operations for an account. |
| `DOPPLER_MARKETING_AUTOMATION_GET_API_INDEX` | Get API Index | Tool to retrieve the API index with available actions and links. Use when you need to discover available API endpoints and their relations. |
| `DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGN` | Get Campaign | Tool to retrieve details of a specific campaign by campaign ID. Use when you need to fetch metadata and configuration of an existing campaign. |
| `DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGN_CONTENT` | Get Campaign Content | Tool to retrieve the HTML content of a campaign email. Use when you need to fetch the email content for a specific campaign. |
| `DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGNS` | Get Campaigns | Tool to retrieve all campaigns associated with the specified account. Use after confirming the accountName to fetch campaigns. |
| `DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGN_SOCIAL_MEDIA` | Get Campaign Social Media Preferences | Tool to retrieve social media configuration for a specific campaign. Use when you need to check which social media platforms are enabled for sharing a campaign. |
| `DOPPLER_MARKETING_AUTOMATION_GET_LIST` | Get List | Tool to retrieve details of a specific subscriber list by its ID. Use when you need to fetch metadata of an existing list. |
| `DOPPLER_MARKETING_AUTOMATION_GET_LISTS` | Get Lists | Tool to retrieve all lists associated with a specified Doppler account. Use when you need an overview of all mailing lists. Example: "Retrieve lists for account test@gmail.com" |
| `DOPPLER_MARKETING_AUTOMATION_GET_REMOVED_SUBSCRIBERS` | Get Removed Subscribers | Tool to retrieve subscribers removed from all lists. Use when you need to audit unsubscribes within a date range. |
| `DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBER` | Get Subscriber | Tool to retrieve details of a specific subscriber by their email. Use when you need to fetch subscriber information for a given account. |
| `DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBER_PERM_HISTORY` | Get Subscriber Permissions History | Tool to retrieve the update history of a permission field for a specific subscriber. Use when you need to track changes to subscriber consent or permission fields. |
| `DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERS` | Get Subscribers | Tool to retrieve all subscribers of a specific list. Use when you need to fetch subscribers by list ID. |
| `DOPPLER_MARKETING_AUTOMATION_GET_TASK` | Get Task | Tool to retrieve details of a specific task by its ID. Use when you need to check the status or details of an asynchronous task. |
| `DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS` | Import Subscribers | Tool to import multiple subscribers into a specific list in bulk. Use when you need to add or update a batch of subscriber records after preparing the data. |
| `DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS_CSV` | Import Subscribers from CSV | Tool to import subscribers from CSV data into a specific list. Creates an asynchronous import task. Use when you need to bulk import subscribers from CSV format with a maximum file size of 50MB. |
| `DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS_TO_ACCOUNT` | Import Subscribers To Account | Tool to import multiple subscribers into an account. Use when you need to bulk import subscribers at the account level (not to a specific list). |
| `DOPPLER_MARKETING_AUTOMATION_IMPORT_UNSUBSCRIBED` | Import Unsubscribed Subscribers | Tool to import a batch of unsubscribed (removed) subscribers for a Doppler account. Use when you need to mark multiple subscribers as removed. If an email does not correspond to an existing Doppler subscriber, it will be created and marked as removed. Maximum of 100 email addresses can be processed per request. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_FIELDS` | List Account Fields | Tool to retrieve all custom fields for a Doppler account. Use when you need to view the available custom fields that can be used for subscribers. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_SUBSCRIBERS` | List Account Subscribers | Tool to retrieve paginated subscribers of a Doppler account. Use when you need to fetch all subscribers for an account with pagination support. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_TASKS` | List Accounts Tasks | Tool to retrieve a paginated collection of tasks linked to a specific account. Returns both active and inactive tasks that can be filtered by status. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_TASKS_ERRORS` | List Import Errors | Tool to retrieve errors from a specific import task. Use when you need to check what errors occurred during a subscriber import operation. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_UNSUBSCRIBED` | List Accounts Unsubscribed | Tool to retrieve a paginated collection of subscribers who have unsubscribed from your lists. Use when you need to audit unsubscribes within a specific date range. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_AUTOMATIONS` | List Automations | Tool to retrieve all automations for a specified Doppler account. Use when you need to fetch automation workflows and campaigns. Returns paginated results. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_CAMPAIGN_RECIPIENTS` | List Campaign Recipients | Tool to retrieve recipients (lists and segments) of a specific campaign. Use when you need to see which lists or segments are targeted by a campaign. |
| `DOPPLER_MARKETING_AUTOMATION_LIST_SUBSCRIBER_DELIVERIES` | List Subscriber Deliveries | Tool to retrieve delivery details of all campaigns sent to a specific subscriber. Use when you need to fetch campaign delivery history for a subscriber. |
| `DOPPLER_MARKETING_AUTOMATION_REMOVE_SUBSCRIBER` | Remove Subscriber | Tool to remove a specific subscriber from a list. Use when you need to delete a subscriber after confirming they should no longer be subscribed. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_ACCOUNTS_INTEGRATIONS` | Update Account Integration | Tool to create or update a third-party app integration for a Doppler account. Use when you need to configure OAuth tokens or refresh integration credentials for services like MercadoShops, VTEX, or PrestaShop. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_RECIPIENTS` | Update Campaign Recipients | Tool to update the recipients (lists and/or segments) of a campaign. Use when you need to modify which subscriber lists or segments are targeted by a specific campaign. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_SOCIAL_MEDIA` | Update Campaign Social Media | Tool to update social media preferences for a campaign. Use when you need to configure which social networks are enabled for sharing, posting, or likes for a specific campaign. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_TEXT_ALT` | Update Campaign Text Alternative | Tool to update the alternative text content of a campaign. Use when you need to edit the plain text version for email clients that don't support HTML. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_DBL_OPTIN_TMPL_CONTENT` | Update Double Opt-in Template Content | Tool to update the HTML content of a double opt-in validation template. Use when you need to modify the email template sent to subscribers for subscription confirmation. |
| `DOPPLER_MARKETING_AUTOMATION_UPDATE_LIST` | Update List | Tool to update details of an existing subscriber list. Use when you need to modify list metadata after creation. |

## Supported Triggers

None listed.

## Installation and MCP Setup

### Path 1: SDK Installation

#### Path 1, Step 1: Install Composio

Install the Composio SDK
```python
pip install composio_openai
```

```typescript
npm install @composio/openai
```

#### Path 1, Step 2: Initialize Composio and Create Tool Router Session

Import and initialize Composio client, then create a Tool Router session
```python
from openai import OpenAI
from composio import Composio
from composio_openai import OpenAIResponsesProvider

composio = Composio(provider=OpenAIResponsesProvider())
openai = OpenAI()
session = composio.create(user_id='your-user-id')
```

```typescript
import OpenAI from 'openai';
import { Composio } from '@composio/core';
import { OpenAIResponsesProvider } from '@composio/openai';

const composio = new Composio({
  provider: new OpenAIResponsesProvider(),
});
const openai = new OpenAI({});
const session = await composio.create('your-user-id');
```

#### Path 1, Step 3: Execute Doppler marketing automation Tools via Tool Router with Your Agent

Get tools from Tool Router session and execute Doppler marketing automation actions with your Agent
```python
tools = session.tools
response = openai.responses.create(
  model='gpt-4.1',
  tools=tools,
  input=[{
    'role': 'user',
    'content': 'Send a new campaign to my newsletter list'
  }]
)
result = composio.provider.handle_tool_calls(
  response=response,
  user_id='your-user-id'
)
print(result)
```

```typescript
const tools = session.tools;
const response = await openai.responses.create({
  model: 'gpt-4.1',
  tools: tools,
  input: [{
    role: 'user',
    content: 'Send a new campaign to my newsletter list'
  }],
});
const result = await composio.provider.handleToolCalls(
  'your-user-id',
  response.output
);
console.log(result);
```

### Path 2: MCP Server Setup

#### Path 2, Step 1: Install Composio

Install the Composio SDK and Claude Agent SDK
```python
pip install composio claude-agent-sdk
```

```typescript
npm install @composio/core ai @ai-sdk/openai @ai-sdk/mcp
```

#### Path 2, Step 2: Create Tool Router Session

Initialize the Composio client and create a Tool Router session
```python
from composio import Composio
from claude_agent_sdk import ClaudeSDKClient, ClaudeAgentOptions

composio = Composio(api_key='your-composio-api-key')
session = composio.create(user_id='your-user-id')
url = session.mcp.url
```

```typescript
import { Composio } from '@composio/core';

const composio = new Composio({ apiKey: 'your-api-key' });

console.log("Creating Tool Router session...");
const { mcp } = await composio.create('your-user-id');
console.log(`Tool Router session created: ${mcp.url}`);
```

#### Path 2, Step 3: Connect to AI Agent

Use the MCP server with your AI agent
```python
import asyncio

options = ClaudeAgentOptions(
    permission_mode='bypassPermissions',
    mcp_servers={
        'tool_router': {
            'type': 'http',
            'url': url,
            'headers': {
                'x-api-key': 'your-composio-api-key'
            }
        }
    },
    system_prompt='You are a helpful assistant with access to Doppler marketing automation tools.',
    max_turns=10
)

async def main():
    async with ClaudeSDKClient(options=options) as client:
        await client.query('Get all campaigns for account marketing@acme.com')
        async for message in client.receive_response():
            if hasattr(message, 'content'):
                for block in message.content:
                    if hasattr(block, 'text'):
                        print(block.text)

asyncio.run(main())
```

```typescript
import { openai } from '@ai-sdk/openai';
import { experimental_createMCPClient as createMCPClient } from '@ai-sdk/mcp';
import { generateText, stepCountIs } from 'ai';

const client = await createMCPClient({
  transport: {
    type: 'http',
    url: mcp.url,
    headers: { 'x-api-key': 'your-composio-api-key' }
  }
});

const tools = await client.tools();

const { text } = await generateText({
  model: openai('gpt-4o'),
  tools,
  messages: [{ role: 'user', content: 'Get all campaigns for account marketing@acme.com' }],
  stopWhen: stepCountIs(5)
});

console.log(`Agent: ${text}`);
```

## Why Use Composio?

### 1. AI Native Doppler marketing automation Integration

- Supports both Doppler marketing automation MCP and direct API based integrations
- Structured, LLM-friendly schemas for reliable tool execution
- Rich coverage for reading, writing, and querying your Doppler marketing automation data

### 2. Managed Auth

- Built-in OAuth handling with automatic token refresh and rotation
- Central place to manage, scope, and revoke Doppler marketing automation access
- Per user and per environment credentials instead of hard-coded keys

### 3. Agent Optimized Design

- Tools are tuned using real error and success rates to improve reliability over time
- Comprehensive execution logs so you always know what ran, when, and on whose behalf

### 4. Enterprise Grade Security

- Fine-grained RBAC so you control which agents and users can access Doppler marketing automation
- Scoped, least privilege access to Doppler marketing automation resources
- Full audit trail of agent actions to support review and compliance

## Use Doppler marketing automation with any AI Agent Framework

Choose a framework you want to connect Doppler marketing automation with:

- [OpenAI Agents SDK](https://composio.dev/toolkits/doppler_marketing_automation/framework/open-ai-agents-sdk)
- [Claude Agent SDK](https://composio.dev/toolkits/doppler_marketing_automation/framework/claude-agents-sdk)
- [Claude Code](https://composio.dev/toolkits/doppler_marketing_automation/framework/claude-code)
- [Claude Cowork](https://composio.dev/toolkits/doppler_marketing_automation/framework/claude-cowork)
- [Codex](https://composio.dev/toolkits/doppler_marketing_automation/framework/codex)
- [OpenClaw](https://composio.dev/toolkits/doppler_marketing_automation/framework/openclaw)
- [Hermes](https://composio.dev/toolkits/doppler_marketing_automation/framework/hermes-agent)
- [Google ADK](https://composio.dev/toolkits/doppler_marketing_automation/framework/google-adk)
- [LangChain](https://composio.dev/toolkits/doppler_marketing_automation/framework/langchain)
- [Vercel AI SDK](https://composio.dev/toolkits/doppler_marketing_automation/framework/ai-sdk)
- [Mastra AI](https://composio.dev/toolkits/doppler_marketing_automation/framework/mastra-ai)
- [LlamaIndex](https://composio.dev/toolkits/doppler_marketing_automation/framework/llama-index)
- [CrewAI](https://composio.dev/toolkits/doppler_marketing_automation/framework/crew-ai)
- [Pydantic AI](https://composio.dev/toolkits/doppler_marketing_automation/framework/pydantic-ai)
- [AutoGen](https://composio.dev/toolkits/doppler_marketing_automation/framework/autogen)

## Related Toolkits

- [Reddit](https://composio.dev/toolkits/reddit) - Reddit is a social news platform with thriving user-driven communities (subreddits). It's the go-to place for discussion, content sharing, and viral marketing.
- [Facebook](https://composio.dev/toolkits/facebook) - Facebook is a social media and advertising platform for businesses and creators. It helps you connect, share, and manage content across your public Facebook Pages.
- [Linkedin](https://composio.dev/toolkits/linkedin) - LinkedIn is a professional networking platform for connecting, sharing content, and engaging with business opportunities. It's the go-to place for building your professional brand and unlocking new career connections.
- [Active campaign](https://composio.dev/toolkits/active_campaign) - ActiveCampaign is a marketing automation and CRM platform for managing email campaigns, sales pipelines, and customer segmentation. It helps businesses engage customers and drive growth through smart automation and targeted outreach.
- [ActiveTrail](https://composio.dev/toolkits/active_trail) - ActiveTrail is a user-friendly email marketing and automation platform. It helps you reach subscribers and automate campaigns with ease.
- [Ahrefs](https://composio.dev/toolkits/ahrefs) - Ahrefs is an SEO and marketing platform for site audits, keyword research, and competitor insights. It helps you improve search rankings and drive organic traffic.
- [Amcards](https://composio.dev/toolkits/amcards) - AMCards lets you create and mail personalized greeting cards online. Build stronger customer relationships with easy, automated card campaigns.
- [Beamer](https://composio.dev/toolkits/beamer) - Beamer is a news and changelog platform for in-app announcements and feature updates. It helps companies boost user engagement by sharing news where users are most active.
- [Benchmark email](https://composio.dev/toolkits/benchmark_email) - Benchmark Email is a platform for creating, sending, and tracking email campaigns. It's built to help you engage audiences and analyze results—all in one place.
- [Bigmailer](https://composio.dev/toolkits/bigmailer) - BigMailer is an email marketing platform for managing multiple brands with white-labeling and automation. It helps teams streamline campaigns and simplify integration with Amazon SES.
- [Brandfetch](https://composio.dev/toolkits/brandfetch) - Brandfetch is an API that delivers company logos, colors, and visual branding assets. It helps marketers and developers keep brand visuals consistent everywhere.
- [Brevo](https://composio.dev/toolkits/brevo) - Brevo is an all-in-one email and SMS marketing platform for transactional messaging, automation, and CRM. It helps businesses engage customers and streamline communications through powerful campaign tools.
- [Campayn](https://composio.dev/toolkits/campayn) - Campayn is an email marketing platform for creating, sending, and managing campaigns. It helps businesses engage contacts and grow audiences with easy-to-use tools.
- [Cardly](https://composio.dev/toolkits/cardly) - Cardly is a platform for creating and sending personalized direct mail to customers. It helps businesses break through the digital clutter by getting real engagement via physical mailboxes.
- [ClickSend](https://composio.dev/toolkits/clicksend) - ClickSend is a cloud-based SMS and email marketing platform for businesses. It streamlines communication by enabling quick message delivery and contact management.
- [Crustdata](https://composio.dev/toolkits/crustdata) - CrustData is an AI-powered data intelligence platform for real-time company and people data. It helps B2B sales teams, AI SDRs, and investors react to live business signals.
- [Curated](https://composio.dev/toolkits/curated) - Curated is a platform for collecting, curating, and publishing newsletters. It streamlines content aggregation and distribution for creators and teams.
- [Customerio](https://composio.dev/toolkits/customerio) - Customer.io is a customer engagement platform for targeted messaging across email, SMS, and push. Easily automate, segment, and track communications with your audience.
- [Cutt ly](https://composio.dev/toolkits/cutt_ly) - Cutt.ly is a URL shortening service for managing and analyzing links. Streamline your workflows with quick, trackable, and branded short URLs.
- [Demio](https://composio.dev/toolkits/demio) - Demio is webinar software built for marketers, offering both live and automated sessions with interactive features. It helps teams engage audiences and optimize lead generation through detailed analytics.

## Frequently Asked Questions

### Do I need my own developer credentials to use Doppler marketing automation with Composio?

Yes, Doppler marketing automation requires you to configure your own API key credentials. Once set up, Composio handles secure credential storage and API request handling for you.

### Can I use multiple toolkits together?

Yes! Composio's Tool Router enables agents to use multiple toolkits. [Learn more](https://docs.composio.dev/tool-router/overview).

### Is Composio secure?

Composio is SOC 2 and ISO 27001 compliant with all data encrypted in transit and at rest. [Learn more](https://trust.composio.dev).

### What if the API changes?

Composio maintains and updates all toolkit integrations automatically, so your agents always work with the latest API versions.

---
[See all toolkits](https://composio.dev/toolkits) · [Composio docs](https://docs.composio.dev/llms.txt)
