PipedreamHQ / PipedreamHQ/pipedream
[Components] referral_rocket
- Dominant language
- JavaScript
- Stars
- 11.7k
- Forks
- 5.8k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 102
Description
# referral_rocket
## URLs
- https://referral-rocket.gitbook.io/docs/developer-tooks/rest-api
## Webhook Sources
### new-referral-instant
#### Description
Emit new event when a new referral is created. Users can filter by referral program ID (optional).
### new-reward-earned-instant
#### Description
Emit new event when a participant earns a reward through a referral program. Users can filter by reward type (optional).
### new-referral-status-change-instant
#### Description
Emit new event when the status of a referral changes (e.g., pending to approved). Users can filter by specific statuses (optional).
## Actions
### create-referral
#### Description
Create a new referral entry. Requires participant details and referral program ID.
### approve-referral
#### Description
Approve a pending referral, marking it as valid. Requires the referral ID.
### issue-reward
#### Description
Issue a reward to a participant based on a successful referral. Requires participant ID and reward details.
Contributor guide
Assessment
This issue has not been assessed yet.