Sales platform and payment processor for your online courses, digital products, memberships, subscriptions and more 💡
Go to siteWith elopage you can create and sell:
Plus, you can use elopage's powerful API to:
import { axios } from "@pipedream/platform"
export default defineComponent({
props: {
elopage: {
type: "app",
app: "elopage",
}
},
async run({steps, $}) {
return await axios($, {
url: `https://api.elopage.com/api/funnels/`,
params: {
key: `${this.elopage.$auth.api_key}`,
secret: `${this.elopage.$auth.api_secret}`,
},
})
},
})
elopage uses API keys for authentication. When you connect your elopage account, Pipedream securely stores the keys so you can easily authenticate to elopage APIs in both code and no-code steps.
To retrieve your API keys,