PipedreamHQ / PipedreamHQ/pipedream
[Components] learndash
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# learndash
## URLs
## Webhook Sources
### new-course-completed-instant
#### Prompt
Emit new event when a course is completed. Requires props: 'course ID'.
### new-group-enrollment-instant
#### Prompt
Emit new event when a user is enrolled into a LearnDash group. Requires props: 'group ID'. Optional props: 'user ID'.
### new-course-enrollment-instant
#### Prompt
Emit new event when a user is enrolled into a new course. Requires props: 'course ID'. Optional props: 'user ID'.
## Actions
### add-group
#### Prompt
Adds the specified user to one or more groups. Requires a user id prop and a groups prop, which can be either a single group id or a list of group ids.
### remove-course
#### Prompt
Removes the student access to one or more LearnDash courses. Calls for a student id prop and a courses prop, which can be either a single id or a list of ids of LearnDash courses.
### enroll-course
#### Prompt
Enrolls a user into one or more courses. Looks for a user id prop and a courses prop, which can be either a single course id or a list of course ids.
Contributor guide
Assessment
This issue has not been assessed yet.