Emailoctopus

EmailOctopus offers email marketing for next to nothing. The platform provides a simple and intuitive user interface which allows marketers to create their own rich HTML emails, and deliver them to subscribers inboxes with only a few clicks.

Go to site
Explore
/
Apps
/
Emailoctopus

Emailoctopus API Integrations

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

The Emailoctopus API allows you to send bulk emails, track email opens and clicks, and manage your Email octopus account. You can use the API to:

  • Send bulk emails
  • Track email opens and clicks
  • Manage your Email octopus account
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: {
    emailoctopus: {
      type: "app",
      app: "emailoctopus",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://emailoctopus.com/api/1.5/lists`,
      params: {
        api_key: `${this.emailoctopus.$auth.api_key}`,
      },
    })
  },
})

Choose an API to Connect with Emailoctopus API

1
-
12
of
1000+
apps by most popular

Add Subscribers To List with Emailoctopus API on New Requests from HTTP / Webhook API
HTTP / Webhook + Emailoctopus
 
Try it
Send Message (Advanced) with Discord Webhook API on New List Contact from Emailoctopus API
Emailoctopus + Discord Webhook
 
Try it
Add Subscribers To List with Emailoctopus API on New Submission from Typeform API
Typeform + Emailoctopus
 
Try it
Get Film with SWAPI - Star Wars API on New List Contact from Emailoctopus API
Emailoctopus + SWAPI - Star Wars
 
Try it
Add Subscribers To List with Emailoctopus API on New Submission (Instant) from Jotform API
Jotform + Emailoctopus
 
Try it
New List Contact from the Emailoctopus API

Emit new event each time a contact is added to a list.

 
Try it
New Subscriber from the Emailoctopus API

Emit new event when a new subscriber created.

 
Try it
New Subscriber unsubscribed event from the Emailoctopus API

Emit new event when a subscriber unsubscribed.

 
Try it
Add Subscribers To List with the Emailoctopus API

Add subscribers to a list, See the docs here

 
Try it
Create List with the Emailoctopus API

Create a list, See the docs here

 
Try it

Authentication

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

You can get your API Key in the Emailoctopus's API page.