Sales platform and payment processor for your online courses, digital products, memberships, subscriptions and more 💡
Go to siteThe elopage API allows you to automate processes around selling digital products, courses, memberships, and tickets. It provides endpoints to manage products, payments, users, and subscriptions. With Pipedream's serverless workflows, you can construct automations that respond to elopage events or orchestrate complex tasks involving multiple systems, streamlining your digital commerce operations.
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
elopage: {
type: "app",
app: "elopage",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.myablefy.com/api/funnels/`,
params: {
key: `${this.elopage.$auth.api_key}`,
secret: `${this.elopage.$auth.api_secret}`,
},
})
},
})
Automated Customer Onboarding: Trigger a workflow when a new purchase is made on elopage. The Pipedream workflow can then enroll the customer in an email marketing campaign, send personalized welcome messages, and unlock access to digital content or courses within your system.
Real-Time Sales Notifications: Set up a Pipedream workflow that listens for successful transactions on elopage. Whenever a sale occurs, post a real-time notification to a Slack channel or send an SMS via Twilio, keeping your team informed about new business wins.
Subscription Management and Analytics: Implement a workflow that monitors subscription changes, such as renewals and cancellations, on elopage. Connect this data to a Google Sheets or a dashboard app like Geckoboard, providing up-to-date analytics and insights into recurring revenue and customer churn.
Ablefy (formerly elopage) uses API keys for authentication. When you connect your Ablefy (formerly elopage) account, Pipedream securely stores the keys so you can easily authenticate to Ablefy (formerly elopage) APIs in both code and no-code steps.
To retrieve your API keys,