elopage

Sales platform and payment processor for your online courses, digital products, memberships, subscriptions and more 💡

Go to site
Explore
/
Apps
/
elopage

elopage API Integrations

Build and run workflows using the elopage API. Use 1000s of source-available triggers and actions across 1000+ apps. Or write custom code to integrate any app or API in seconds.

Overview

With elopage you can create and sell:

  • Ebooks
  • Online courses
  • Membership sites
  • Digital downloads
  • One-time products

Plus, you can use elopage's powerful API to:

  • Create products
  • Manage users
  • Create coupons
  • Generate pdf certificates
  • And much more!
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}`,
      },
    })
  },
})

Authentication

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,

  • Navigate to your elopage account and sign in
  • Go to “Settings” > “Integrations” > “elopage API”