Mailbluster

Super cost-effective #Emailmarketing software via AmazonSES.

Go to site
Explore
/
Apps
/
Mailbluster

Mailbluster API Integrations

Build and run workflows using the Mailbluster 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
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    mailbluster: {
      type: "app",
      app: "mailbluster",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.mailbluster.com/api/products`,
      headers: {
        "Content-Type": `application/json`,
        "Authorization": `${this.mailbluster.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Mailbluster API

1
-
12
of
1000+
apps by most popular

Create New Lead with Mailbluster API on New Requests (Payload Only) from HTTP / Webhook API
HTTP / Webhook + Mailbluster
 
Try it
Send Message (Advanced) with Discord Webhook API on New Product Created from Mailbluster API
Mailbluster + Discord Webhook
 
Try it
Create New Lead with Mailbluster API on New Submission from Typeform API
Typeform + Mailbluster
 
Try it
Create New Lead with Mailbluster API on Custom Events from Zoom API
Zoom + Mailbluster
 
Try it
Get Film with SWAPI - Star Wars API on New Product Created from Mailbluster API
Mailbluster + SWAPI - Star Wars
 
Try it
New Order Created from the Mailbluster API

Emit new event when a new order is created.

 
Try it
New Product Created from the Mailbluster API

Emit new event when a new product is created.

 
Try it
Create New Lead with the Mailbluster API

Create a new lead. See the docs here

 
Try it
Create New Product with the Mailbluster API

Create a new product. See the docs here

 
Try it
Get Lead with the Mailbluster API

Get a specific lead. See the docs here

 
Try it
Get Product with the Mailbluster API

Get a specific product. See the docs here

 
Try it

Authentication

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

To retrieve your API keys,

  • Navigate to your Mailbluster account and sign in
  • Go to “Settings” > “API keys”