Enormail

Enormail is an easy and complete email marketing program that allows you to really grow your business and turnover.

Go to site
Explore
/
Apps
/
Enormail

Enormail API Integrations

Build and run workflows using the Enormail 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 Enormail, you can easily create and send beautiful email newsletters, manage your subscribers, and track your results. Plus, our easy-to-use API makes it easy to integrate Enormail into your existing website or application.

Here are some examples of what you can build with the Enormail API:

  • Send email newsletters to your subscribers
  • Manage your subscribers list
  • Track your results
  • Integrate Enormail into your existing website or application
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: {
    enormail: {
      type: "app",
      app: "enormail",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.enormail.eu/api/1.0/account.json`,
      auth: {
        username: `${this.enormail.$auth.api_key}`,
        password: ``,
      },
    })
  },
})

Authentication

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

To retrieve your API key,

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