What do you want to automate

with Illumidesk and Kenjo?

Prompt, edit and deploy AI agents that connect to Illumidesk, Kenjo and 2,500+ other apps in seconds.

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Create Attendance Entry with Kenjo API on New Course Activity from Illumidesk API
Illumidesk + Kenjo
 
Try it
Create Attendance Entry with Kenjo API on New Course from Illumidesk API
Illumidesk + Kenjo
 
Try it
Create Attendance Entry with Kenjo API on New Course Lesson from Illumidesk API
Illumidesk + Kenjo
 
Try it
Create Attendance Entry with Kenjo API on New Course Member from Illumidesk API
Illumidesk + Kenjo
 
Try it
Create Course Lesson with Illumidesk API on New Company Created from Kenjo API
Kenjo + Illumidesk
 
Try it
New Company Created from the Kenjo API

Emit new event when a new company is created in Kenjo. See the documentation

 
Try it
New Course from the Illumidesk API

Emit new event when a new course is created

 
Try it
New Employee Created from the Kenjo API

Emit new event when a new employee is added in Kenjo. See the documentation

 
Try it
New Course Activity from the Illumidesk API

Emit new event when a new course activity is created

 
Try it
New Course Lesson from the Illumidesk API

Emit new event when a new lesson for a specific course is created

 
Try it
Create Course with the Illumidesk API

Create a new course. See the documentation

 
Try it
Create Attendance Entry with the Kenjo API

Creates a new attendance entry for an employee in Kenjo. See the documentation

 
Try it
Create Course Lesson with the Illumidesk API

Create a new lesson in a course. See the documentation

 
Try it
Create Employee with the Kenjo API

Creates a new employee in Kenjo. See the documentation

 
Try it
Invite Course Member with the Illumidesk API

Invites a user to a selected course. See the documentation

 
Try it
Integrate the Illumidesk API with the Kenjo API
Setup the Illumidesk API trigger to run a workflow which integrates with the Kenjo API. Pipedream's integration platform allows you to integrate Illumidesk and Kenjo remarkably fast. Free for developers.

Overview of Illumidesk

The Illumidesk API integrates virtual learning environments with tools that facilitate instruction and collaboration. On Pipedream, you can leverage this API to automate educational workflows, manage courses, and interact with users. Pipedream’s serverless platform lets you create workflows triggered by various events without maintaining infrastructure, focusing on the logic and integration between services.

Connect Illumidesk

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: {
    illumidesk: {
      type: "app",
      app: "illumidesk",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api.illumidesk.com/api/v1/campuses/`,
      headers: {
        "Authorization": `Token ${this.illumidesk.$auth.api_key}`,
      },
    })
  },
})

Connect Kenjo

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: {
    kenjo: {
      type: "app",
      app: "kenjo",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `${this.kenjo.$auth.api_url}/user-accounts`,
      headers: {
        Authorization: `${this.kenjo.$auth.access_token}`,
        Accept: "application/json"
      },
    })
  },
})

Trusted by 1,000,000+ developers from startups to Fortune 500 companies

Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo
Adyen logo
Appcues logo
Bandwidth logo
Checkr logo
ChartMogul logo
Dataminr logo
Gopuff logo
Gorgias logo
LinkedIn logo
Logitech logo
Replicated logo
Rudderstack logo
SAS logo
Scale AI logo
Webflow logo
Warner Bros. logo