Mailersend

Transactional email service that delivers

Go to site
Explore
/
Apps
/
Mailersend

Mailersend API Integrations

Build and run workflows using the Mailersend 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

Mailersend is a great tool for building email marketing campaigns. With Mailersend, you can easily create beautiful email newsletters, manage your subscribers, and track the performance of your campaigns.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    mailersend: {
      type: "app",
      app: "mailersend",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.mailersend.com/v1/domains`,
      headers: {
        Authorization: `Bearer ${this.mailersend.$auth.api_token}`,
      },
    })
  },
})

Choose an API to Connect with Mailersend API

1
-
12
of
1000+
apps by most popular

Authentication

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

API tokens are generated for sending domains and can have different permissions to limit which areas of your account they may be used to access. See docs.