PipedreamHQ / PipedreamHQ/pipedream
[Components] kajabi
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# kajabi
## URLs
## Polling Sources
### new-assessment-completed-instant
#### Prompt
Emit new event when an assessment is completed. The key prop is the assessment ID, and can optionally add props for user ID and timestamp.
### new-purchase-instant
#### Prompt
Emit new event when an offer is purchased. The required props are the offer ID and purchaser ID, and can optionally add prop for purchase time.
### new-form-submission-instant
#### Prompt
Emit new event when a form is submitted. The required props are the form ID and user ID. Option to add the form's time stamp and contents as props.
## Actions
### create-form-submission
#### Prompt
Submits a form on behalf of a user. This will allow the user to opt in for email marketing. Required props are the user's data and the specific form to submit.
### grant-access-offer
#### Prompt
Provides a new or existing user with access to a specified offer and its related products. Required props are the user's details and the specific offer to grant access.
### revoke-access-offer
#### Prompt
Removes a specific user's access to a certain offer. Required props are the user's details and the specific offer to revoke access.
Contributor guide
Assessment
This issue has not been assessed yet.