Mailcoach

Mailcoach connects your newsletter marketing to a reliable email delivery provider.

Go to site
Explore
/
Apps
/
Mailcoach

Mailcoach API Integrations

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

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    mailcoach: {
      type: "app",
      app: "mailcoach",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://${this.mailcoach.$auth.domain}.mailcoach.app/api/user`,
      headers: {
        Authorization: `Bearer ${this.mailcoach.$auth.api_token}`,
        "Accept": `application/json`,
        "Content-Type": `application/json`,
      },
    })
  },
})

Choose an API to Connect with Mailcoach API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API Token,

  • Navigate to your Mailcoach account and sign in
  • Go to “Profile” > “Teams” > “API Tokens”

Your domain is 1234 if your Mailcoach URL is https://1234.mailcoach.app/dashboard