EdApp

The free all-in-one training tool built for mobile that your teams love.

Go to site

EdApp API Integrations

Build and run workflows using the EdApp 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 EdApp, you can build interactive mobile learning experiences for your employees or customers.

Some examples of what you can build with EdApp:

  • A training course on company policies and procedures
  • An onboarding program for new employees
  • A customer service course for call center agents
  • A safety training program for manufacturing employees
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import { axios } from "@pipedream/platform"
export default defineComponent({
  props: {
    edapp: {
      type: "app",
      app: "edapp",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://rest.edapp.com/v2/users`,
      headers: {
        Authorization: `Bearer ${this.edapp.$auth.api_token}`,
      },
    })
  },
})

Authentication

EdApp uses API keys for authentication. When you connect your EdApp account, Pipedream securely stores the keys so you can easily authenticate to EdApp APIs in both code and no-code steps.

To retrieve your API Token,

  • Navigate to your EdApp account and sign in
  • Go to “Account Settings” > “API Details”