PipedreamHQ / PipedreamHQ/pipedream

[Components] lifterlms

Open
#13,326 0 comments 0 reactions 0 assignees View on GitHub
triaged
Dominant language
JavaScript
Stars
11.7k
Forks
5.8k
Avg merge
3d 10h
Merged PRs (30d)
102

Description

# lifterlms
## URLs
## Polling Sources
### new-course
#### Prompt
Emit new event when a course is created. There are no required props for this trigger.
### new-student
#### Prompt
Emit new event when a student is registered. There are no required props for this trigger.
### new-course-enrollment
#### Prompt
Emit new event when a student enrolls in a course. The required props for this trigger are the student's ID and the course ID.
## Actions
### cancel-membership-access
#### Prompt
Cancels a user's access to a given membership. Required props are 'user-id' and 'membership-id'.
### enroll-course
#### Prompt
Enrolls a user to a specific course. The 'user-id' and 'course-id' are required props.
### create-user
#### Prompt
Creates a new user if none exists. Required props are 'email', 'username', and 'password'. Optional props include 'first-name', 'last-name', and 'role'.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.