Doppler Marketing Automation
Doppler is a marketing automation platform that enables users to create, send, and analyze email campaigns, manage subscriber lists, and integrate with various tools to enhance marketing efforts.
This is a first-class FlyMyAI MCP. Agents discover it automatically via tool search and call the actions below on demand - you never wire it up by hand. See the Composio catalog for how discovery works.
Connect
Doppler Marketing Automation authenticates with an API key. Generate the credential in your Doppler Marketing Automation account, then paste it into FlyMyAI the first time an agent uses a Doppler Marketing Automation action.
Get your Doppler Marketing Automation credential →
Fields to fill in FlyMyAI
| Field | Details |
|---|---|
Doppler API Key | The API Key associated with your Doppler account, used for authenticating API requests. (required) |
Account Name | Your Doppler account email address. (required) |
Actions
Every action this integration exposes. Agents pick the right one from the task; you do not call them by name.
| Action | What it does | Required inputs |
|---|---|---|
DOPPLER_MARKETING_AUTOMATION_ADD_SUBSCRIBER | Tool to add a new subscriber to a specific list for a specified account. | accountName, list_id, email |
DOPPLER_MARKETING_AUTOMATION_CREATE_LIST | Tool to create a new subscriber list for a specified account. use when you need to segment contacts into a new list. | accountName, name |
DOPPLER_MARKETING_AUTOMATION_DELETE_LIST | Tool to delete a specific subscriber list by its id. use when permanently removing a list after confirming its no longer needed. | accountName, listId |
DOPPLER_MARKETING_AUTOMATION_GET_CAMPAIGNS | Tool to retrieve all campaigns associated with the specified account. use after confirming the accountname to fetch campaigns. | accountName |
DOPPLER_MARKETING_AUTOMATION_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. | accountName, listId |
DOPPLER_MARKETING_AUTOMATION_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 partnerships@composio.dev" | accountName |
DOPPLER_MARKETING_AUTOMATION_GET_REMOVED_SUBSCRIBERS | Tool to retrieve subscribers removed from all lists. use when you need to audit unsubscribes within a date range. | accountName |
DOPPLER_MARKETING_AUTOMATION_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. | account_id, email |
DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERS | Tool to retrieve all subscribers of a specific list. use when you need to fetch subscribers by list id. | accountName, listId |
DOPPLER_MARKETING_AUTOMATION_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. | accountName, list_id, subscribers |
DOPPLER_MARKETING_AUTOMATION_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. | accountName, listId, subscriberEmail |
DOPPLER_MARKETING_AUTOMATION_UPDATE_LIST | Tool to update details of an existing subscriber list. use when you need to modify list metadata after creation. | accountName, listId, name, optInType |