Acelle Mail is a self-hosted, full-featured, easy to use Email Marketing Web Application
Go to siteimport { axios } from "@pipedream/platform"
export default defineComponent({
props: {
acelle_mail: {
type: "app",
app: "acelle_mail",
}
},
async run({steps, $}) {
return await axios($, {
url: `${this.acelle_mail.$auth.api_endpoint}/api/v1/plans`,
params: {
api_token: `${this.acelle_mail.$auth.api_token}`,
},
})
},
})
Subscribe customer to a plan. See the documentation
Acelle Mail uses API keys for authentication. When you connect your Acelle Mail account, Pipedream securely stores the keys so you can easily authenticate to Acelle Mail APIs in both code and no-code steps.
To retrieve your API Token and API Endpoint,
Copy and paste your API Token and API Endpoint below.