Doppler Marketing Automation

Email, Automation & Data Marketing Platform

Go to site
Explore
/
Apps
/
Doppler Marketing Automation

Doppler Marketing Automation API Integrations

Build and run workflows using the Doppler Marketing Automation API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With the Doppler Marketing Automation API, you can build a variety of applications that can automate your marketing tasks. Here are some examples of what you can build:

  • An application that can send out automated emails based on certain triggers
  • A web application that can track customer engagement and segment them accordingly
  • An application that can automatically add or remove customers from a mailing list
  • A tool that can help you measure the effectiveness of your marketing campaigns
  • And more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    doppler_marketing_automation: {
      type: "app",
      app: "doppler_marketing_automation",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://restapi.fromdoppler.com/accounts/${this.doppler_marketing_automation.$auth.account_name}/campaigns`,
      headers: {
        "Accept": `application/json`,
        "Authorization": `token ${this.doppler_marketing_automation.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Doppler Marketing Automation API

1
-
12
of
1000+
apps by most popular

Authentication

Doppler Marketing Automation uses API keys for authentication. When you connect your Doppler Marketing Automation account, Pipedream securely stores the keys so you can easily authenticate to Doppler Marketing Automation APIs in both code and no-code steps.

To retrieve your API keys,

  • Navigate to your Doppler Marketing Platform account and sign in
  • Go to “Control Panel” > “Advanced Preferences”> “Doppler API”