Developer docs

Doppler Marketing Automation integration

Doppler is a marketing automation platform that enables users to create, send,…

Updated June 2026 38 actions available

Provider
doppler_marketing_automation
Category
Other
Setup
User-supplied API key
Actions
38 available

Quick start

Call Doppler Marketing Automation from your generated app's worker code via the OverSkill composio client. The toolkit slug below maps to Doppler Marketing Automation's public Composio identifier — your app references it by name and OverSkill handles the OAuth round-trip.

// In your generated app's worker handler:
const composio = composioClient(env);

const result = await composio.execute(
  "DOPPLER_MARKETING_AUTOMATION_ACTION_NAME",
  { /* action parameters — see Actions section below */ }
);

return new Response(JSON.stringify(result), {
  headers: { "Content-Type": "application/json" }
});

Replace ACTION_NAME with one of the slugs listed in the Actions section below. The composio client handles auth + rate limits automatically — no API key is exposed to user code.

Setup

End-users supply their own Doppler Marketing Automation API key. OverSkill provides a pre-built connection form via the integration card — your app can call the composio client immediately once the user has connected.

Available actions

38 actions exposed via the Doppler Marketing Automation integration. Each maps to a callable slug — pass it to composio.execute(...) in your worker code.

Show all 38 actions
  • DOPPLER_MARKETING_AUTOMATION_GET_LIST
  • DOPPLER_MARKETING_AUTOMATION_GET_LISTS
  • DOPPLER_MARKETING_AUTOMATION_GET_REMOVED_SUBSCRIBERS
  • DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBER
  • DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBER_PERM_HISTORY
  • DOPPLER_MARKETING_AUTOMATION_GET_SUBSCRIBERS
  • DOPPLER_MARKETING_AUTOMATION_GET_TASK
  • DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS
  • DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS_CSV
  • DOPPLER_MARKETING_AUTOMATION_IMPORT_SUBSCRIBERS_TO_ACCOUNT
  • DOPPLER_MARKETING_AUTOMATION_IMPORT_UNSUBSCRIBED
  • DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_FIELDS
  • DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_SUBSCRIBERS
  • DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_TASKS
  • DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_TASKS_ERRORS
  • DOPPLER_MARKETING_AUTOMATION_LIST_ACCOUNTS_UNSUBSCRIBED
  • DOPPLER_MARKETING_AUTOMATION_LIST_AUTOMATIONS
  • DOPPLER_MARKETING_AUTOMATION_LIST_CAMPAIGN_RECIPIENTS
  • DOPPLER_MARKETING_AUTOMATION_LIST_SUBSCRIBER_DELIVERIES
  • DOPPLER_MARKETING_AUTOMATION_REMOVE_SUBSCRIBER
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_ACCOUNTS_INTEGRATIONS
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_RECIPIENTS
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_SOCIAL_MEDIA
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_CAMPAIGN_TEXT_ALT
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_DBL_OPTIN_TMPL_CONTENT
  • DOPPLER_MARKETING_AUTOMATION_UPDATE_LIST

Build with Doppler Marketing Automation

Open OverSkill, describe what you want to build, and reference Doppler Marketing Automation in your prompt — the AI will wire up the integration automatically.