PipedreamHQ / PipedreamHQ/pipedream

[Components] talentlms

Open
#13,331 1 comment 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

# talentlms
## URLs
## Polling Sources
### new-branch
#### Prompt
Emit new event when a branch is added to the LMS. No props required.
### new-course
#### Prompt
Emit new event when a new course is created. Props are not required but an optional course category prop could help data sorting.
### new-user
#### Prompt
Emit new event when a new user is added. E-mail prop may be required to associate the event with a specific user.
## Actions
### add-user-to-group
#### Prompt
Add an already existing TalentLMS user to a TalentLMS group. Prop 'userId' is required to identify the user. Prop 'groupId' is required to identify which group to add the user to.
### new-course
#### Prompt
Create a new course in TalentLMS. The 'courseName' prop is required. Optional props good for customization are 'courseDescription', 'courseCategory', and 'courseLanguage'.
### find-or-create-user
#### Prompt
Find an existing TalentLMS user, and if they are not found, create a new user. The 'userName' prop is required to find or create the user. Optional props 'email', 'firstName', and 'lastName' are good for creating a new user if not found.

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.