ActiveTrail is the world's friendliest email marketing platform, newsletter software and marketing automation software.
Go to siteActiveTrail's API lets you integrate ActiveTrail's powerful email marketing and automation features into your own app or service. With the API, you can:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
active_trail: {
type: "app",
app: "active_trail",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://webapi.mymarketing.co.il/api/account/balance`,
headers: {
"Authorization": `${this.active_trail.$auth.access_token}`,
"Accept": `application/json`,
},
})
},
})
Active Trail uses API keys for authentication. When you connect your Active Trail account, Pipedream securely stores the keys so you can easily authenticate to Active Trail APIs in both code and no-code steps.
Get your access in your account under Integrations > API > API Keys