Email, SMS marketing, subscription forms management and landing page editor to meet all your marketing strategy needs.
Go to siteAcumbamail API offers a suite of features to automate email marketing workflows. It enables users to create, send, and manage email campaigns, subscriber lists, and reports. Using Acumbamail with Pipedream, you can listen to various triggers, such as new subscribers or campaign status updates, and initiate actions in other apps. This integration facilitates seamless synchronization of your email marketing efforts with CRM systems, customer databases, or any other tools in your business stack.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
acumbamail: {
type: "app",
app: "acumbamail",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://acumbamail.com/api/1/getLists/`,
params: {
auth_token: `${this.acumbamail.$auth.auth_token}`,
},
})
},
})
Automated Subscriber Onboarding Emails: When a new user signs up for your service, trigger a Pipedream workflow that adds the user to a specific Acumbamail subscriber list and sends a welcome email series designed to engage and educate the new user about your product.
Dynamic Campaigns Triggered by User Actions: Set up a Pipedream workflow that listens to user activity on your platform (like reaching a certain milestone) and automatically triggers a personalized Acumbamail email campaign to congratulate the user and offer related upsells or rewards.
Synchronization with CRM: Create a Pipedream workflow that syncs new Acumbamail subscribers to your CRM, such as Salesforce. Whenever a new contact is added to your Acumbamail list, the workflow updates or creates a corresponding lead/contact in Salesforce, ensuring your sales team has the latest data.
Acumbamail uses API keys for authentication. When you connect your Acumbamail account, Pipedream securely stores the keys so you can easily authenticate to Acumbamail APIs in both code and no-code steps.
To retrieve your Auth Token,