PipedreamHQ / PipedreamHQ/pipedream
[Components] weworkbook
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# weworkbook
## URLs
## Webhook Sources
### new-enquiry-instant
#### Prompt
Emit new event when an enquiry is created within the weworkbook system. Required props include the enquiry details such as date, time and source etc.
### new-student-enrolment-instant
#### Prompt
Emit new event when a student enrolment is made. Required props consist of student details, course and commencement date etc. Optional props could include student's preferences and type of enrolment.
### new-student-created-instant
#### Prompt
Emit new event when a new student is created within the weworkbook system. Required props include student details such as name, contact number and email. Optional props could include previous qualifications and courses of interest.
## Actions
### create-student
#### Prompt
Creates a new student profile in weworkbook. Required props: student's full name and email. Optional props: student's phone number and address.
### add-student-note
#### Prompt
Adds a note to an existing student profile in weworkbook. Required props: student's identifier or email and the note content.
### create-enrolment
#### Prompt
Creates a new enrolment for a student in specific studies. Required props: student's identifier or email, and the details of the course. Optional props: start date of the enrolment.
Contributor guide
Assessment
This issue has not been assessed yet.