Enormail is an easy and complete email marketing program that allows you to really grow your business and turnover.
Go to siteWith 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:
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: ``,
},
})
},
})
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,