Mailify

Mailify, emailing and SMS solution for multichannel strategies.

Go to site
Explore
/
Apps
/
Mailify

Mailify API Integrations

Build and run workflows using the Mailify 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 Mailify API, you can build applications that allow users to:

  • Send and receive emails
  • Manage their contact lists
  • Create and manage email campaigns
  • Track the results of their email campaigns
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: {
    mailify: {
      type: "app",
      app: "mailify",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://mailifyapis.com/v1/users`,
      auth: {
        username: `${this.mailify.$auth.account_number}`,
        password: `${this.mailify.$auth.api_key}`,
      },
    })
  },
})

Authentication

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

To retrieve your Account Number and API Key,

  • Navigate to your Mailify account and sign in
  • Go to Settings > Developers