Acelle Mail is a self-hosted, full-featured, easy to use Email Marketing Web Application
Go to siteThe Acelle Mail API opens doors for you to engage with your audience through crafted email campaigns, subscriber management, and analytics directly through Pipedream. By leveraging Pipedream's capabilities, you can automate workflows that respond to new subscribers, trigger campaigns based on external events, and analyze the performance of your email marketing efforts, all in real-time.
import { 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}`,
},
})
},
})
Automate Campaign Triggering Based on External Events: Set up a workflow on Pipedream where, whenever a new sale is recorded in your e-commerce platform (like Shopify), it triggers an Acelle Mail campaign to the customer with a thank-you note and a discount code for future purchases.
Synchronize Subscribers Across Platforms: Develop a workflow where new subscribers from other platforms, like WordPress sign-ups or webinar attendees from Zoom, are automatically added to your Acelle Mail subscriber list, keeping your outreach efforts streamlined and consistent.
Analytics to Slack for Real-Time Insights: Design a workflow that fetches campaign analytics from Acelle Mail and posts a summary directly into a Slack channel. This can be set up to run after each campaign ends, offering immediate insights to your team for quick decision-making.
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.