# Doppler Marketing Automation — MCP server on mcp.ai > Connect your Doppler Marketing Automation account and use 38 tools for marketing automation straight from your AI agent. Connect with your own API key. 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. By: mcp.ai · official Page: https://mcp.ai/doppler_marketing_automation ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_doppler_marketing_automation?ms=1787291400000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/doppler_marketing_automation/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/doppler_marketing_automation/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/doppler_marketing_automation/skill.md Postman collection (v2.1): https://mcp.ai/doppler_marketing_automation/postman.json ## Tools - doppler_marketing_automation_add_subscriber(tags?: string[], email: string, fields?: object[], listId: integer, origin?: string, status?: string, language?: string, accountName: string, sentOptionalMailing?: boolean) — Tool to add a new subscriber to a specific list for a specified account. - doppler_marketing_automation_check_accounts_subscribers(email: string, accountName: string) — 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(email: string, score?: integer, _links?: object[], fields?: object[], status?: string, userId?: integer, account_name: string, listsHistory?: object[], belongsToLists?: string[], canBeReactivated?: boolean, unsubscribedDate?: string, isBeingReactivated?: boolean, unsubscriptionType?: string, unsubscriptionComment?: string, manualUnsubscriptionReason?: string, x_doppler_subscriber_origin?: string) — 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 - doppler_marketing_automation_create_accounts_unsubscribed(email: string, fields?: object[], accountName: string, unsubscriptionType?: string, unsubscriptionComment?: string, manualUnsubscriptionReason?: string) — 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 d - doppler_marketing_automation_create_list(name: string, accountName: string, description?: string) — 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(listId: integer, accountName: string) — Tool to delete a specific subscriber list by its ID. Use when permanently removing a list after confirming its no longer needed. - doppler_marketing_automation_get_account(accountName: string) — 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() — 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(campaignId: integer, accountName: string) — 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(campaignId: integer, accountName: string) — 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_campaign_social_media(campaignId: integer, accountName: string) — 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_campaigns(type?: string, limit?: integer, dateTo?: string, offset?: integer, status?: string, dateFrom?: string, accountName: string) — Tool to retrieve all campaigns associated with the specified account. Use after confirming the accountName to fetch campaigns. - doppler_marketing_automation_get_list(listId: string, accountName: string) — 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(page?: integer, pageSize?: integer, accountName: string) — 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(page?: integer, to_date?: string, per_page?: integer, from_date?: string, account_name: string) — Tool to retrieve subscribers removed from all lists. Use when you need to audit unsubscribes within a date range. - doppler_marketing_automation_get_subscriber(email: string, account_id: string) — 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(page?: integer, email: string, per_page?: integer, field_name: string, account_name: string) — 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(page?: integer, fields?: string, status?: string, list_id: integer, to_date?: string, per_page?: integer, from_date?: string, account_name: string) — Tool to retrieve all subscribers of a specific list. Use when you need to fetch subscribers by list ID. - doppler_marketing_automation_get_task(task_id: string, account_name: string) — 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(listId: integer, reimport?: boolean, accountName: string, subscribers: object[], returnAlreadyExisting?: boolean) — 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(listId: integer, csvData: string, accountName: string) — 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(items: object[], fields: string[], callback?: string, accountName: string, enableEmailNotification?: boolean, X-Doppler-Subscriber-Origin?: string) — 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(items: object[], accountName: string) — 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 su - doppler_marketing_automation_list_accounts_fields(accountName: string) — 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(page?: integer, keyword?: string, perPage?: integer, resumeFrom?: integer, accountName: string, updatedAfter?: string, withFieldType?: string) — 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(page?: integer, per_page?: integer, account_name: string) — 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(page?: integer, taskId: string, accountName: string) — 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(to: string, from: string, page?: integer, per_page?: integer, account_name: string) — 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(page?: integer, per_page?: integer, account_name: string) — 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(campaignId: integer, accountName: string) — 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(page?: integer, email: string, per_page?: integer, account_name: string) — 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(listId: integer, accountName: string, subscriberEmail: string) — 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(idAccount?: integer, accessToken?: string, accountName: string, refreshToken?: string, accountNameBody?: string, integrationName: string) — 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 Pr - doppler_marketing_automation_update_campaign_recipients(lists?: object[], segments?: object[], campaignId: integer, accountName: string) — 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(likes?: string[], share?: string[], rssPost?: boolean, campaignId: integer, accountName: string, twitterPost?: boolean, linkedInPost?: boolean, rssDescription?: string, facebookWallPost?: boolean, facebookPagesPost?: object[]) — 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(text: string, campaignId: integer, accountName: string) — 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(templateId: integer, accountName: string, htmlContent: string) — 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(name: string, listId: integer, isPublic?: boolean, optInType: string, accountName: string, description?: string) — Tool to update details of an existing subscriber list. Use when you need to modify list metadata after creation. ## Example prompts - "What can I do in Doppler Marketing Automation?" - "Show me a summary of my Doppler Marketing Automation account" ## Links Docs: https://mcp.ai/docs/mcps/doppler_marketing_automation Website: https://mcp.ai/mcps/doppler_marketing_automation