Mailrefine

Email verification service provider.

Go to site
Explore
/
Apps
/
Mailrefine

Mailrefine API Integrations

Build and run workflows using the Mailrefine 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 Mailrefine API you can:

  • Create a new mailing list from a CSV file
  • Add subscribers to an existing mailing list
  • Remove subscribers from an existing mailing list
  • Update subscriber information
  • Send a batch email to a mailing list
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    mailrefine: {
      type: "app",
      app: "mailrefine",
    }
  },
  async run({steps, $}) {
    const data = {
      "email": `your_email_here`,
    }
    return await axios($, {
      method: "post",
      url: `https://app.mailrefine.com/api/v1/single-email-verify`,
      params: {
        api_token: `${this.mailrefine.$auth.api_key}`,
      },
      data,
    })
  },
})

Choose an API to Connect with Mailrefine API

1
-
12
of
1000+
apps by most popular

Authentication

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

To retrieve your API key,

  • Navigate to your Mailrefine account and sign in
  • Go to Settings > API