Mailerlite

Email marketing software

Go to site
Explore
/
Apps
/
Mailerlite

Mailerlite API Integrations

Build and run workflows using the Mailerlite 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 Mailerlite's API, you can:

  • Build a custom signup form to add subscribers to your mailing list
  • Send newsletters and automated emails
  • Segment your subscribers into groups
  • View statistics about your subscribers and email 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: {
    mailerlite: {
      type: "app",
      app: "mailerlite",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://connect.mailerlite.com/api/campaigns`,
      headers: {
        Authorization: `Bearer ${this.mailerlite.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Mailerlite API

1
-
12
of
1000+
apps by most popular

Subscribe to MailerLite Group with Mailerlite API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Mailerlite
 
Try it
Subscribe to MailerLite Group with Mailerlite API on New Item in Feed from RSS API
RSS + Mailerlite
 
Try it
Subscribe to MailerLite Group with Mailerlite API on New Message from Discord API
Discord + Mailerlite
 
Try it
Subscribe to MailerLite Group with Mailerlite API on New Message In Channels from Slack API
Slack + Mailerlite
 
Try it
Subscribe to MailerLite Group with Mailerlite API on New Message in Channel from Discord Bot API
Discord Bot + Mailerlite
 
Try it
Create Subscriber with the Mailerlite API

Create a new subscriber. See docs

 
Try it
List Subscribers with the Mailerlite API

Lists all subscribers in a group. See the docs here

 
Try it
Remove Subscriber From Group with the Mailerlite API

Removes single subscriber from specified group. See the docs here

 
Try it
Subscribe to MailerLite Group with the Mailerlite API

Add a subscriber to a group. See the docs here

 
Try it
Update Subscriber with the Mailerlite API

Updates single active subscriber. See docs

 
Try it

Authentication

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

Get your Mailerlite developer API key here