What do you want to automate

with iSpring Learn and Teamup?

Prompt, edit and deploy AI agents that connect to iSpring Learn, Teamup 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 Event with Teamup API on New Course or Material Completion (Instant) from iSpring Learn API
iSpring Learn + Teamup
 
Try it
Create Event with Teamup API on New Enrollment (Instant) from iSpring Learn API
iSpring Learn + Teamup
 
Try it
Create Event with Teamup API on New User Registration (Instant) from iSpring Learn API
iSpring Learn + Teamup
 
Try it
Delete Event with Teamup API on New Course or Material Completion (Instant) from iSpring Learn API
iSpring Learn + Teamup
 
Try it
Delete Event with Teamup API on New Enrollment (Instant) from iSpring Learn API
iSpring Learn + Teamup
 
Try it
New Course or Material Completion (Instant) from the iSpring Learn API

Emit new event when courses or materials in a course are completed successfully.

 
Try it
Event Start from the Teamup API

Emit new event when an event is created on a specified calendar.

 
Try it
New Enrollment (Instant) from the iSpring Learn API

Emit new event when learners are enrolled in courses.

 
Try it
New Event from the Teamup API

Emit new event when an event is created on a specified calendar.

 
Try it
New User Registration (Instant) from the iSpring Learn API

Emit new event when a new user is registered.

 
Try it
Enroll Users in Courses with the iSpring Learn API

Enrolls users to the specified courses on iSpring Learn.

 
Try it
Create Event with the Teamup API

Creates a new event on a specified calendar. See the documentation

 
Try it
List Enrollments with the iSpring Learn API

Fetches the list of user enrollments on iSpring Learn. See the documentation

 
Try it
Delete Event with the Teamup API

Deletes an existing event on a specified calendar. See the documentation

 
Try it
Update User with the iSpring Learn API

Allows to modify the properties of a specific user on iSpring Learn.

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

Connect iSpring Learn

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: {
    ispring_learn: {
      type: "app",
      app: "ispring_learn",
    }
  },
  async run({steps, $}) {
    return await axios($, {
      url: `https://api-learn.ispringlearn.com/content`,
      headers: {
        Authorization: `Bearer ${this.ispring_learn.$auth.oauth_access_token}`,
        "X-Target-Locale": `en-US`,
      },
    })
  },
})

Overview of Teamup

The TeamUp API provides an interface to interact with TeamUp's calendar services, allowing for robust management of schedules, events, and calendars. Leveraging this API within Pipedream, you can create automated workflows that handle event synchronization, notifications, and calendar data manipulation. Pipedream's serverless platform facilitates seamless integration with various services to enhance the capabilities of TeamUp, such as triggering actions on a schedule or in response to events, and connecting with other apps like Slack or Google Sheets for extended functionality.

Connect Teamup

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

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