We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emit new event when a new referral is created. Users can filter by referral program ID (optional).
Emit new event when a participant earns a reward through a referral program. Users can filter by reward type (optional).
Emit new event when the status of a referral changes (e.g., pending to approved). Users can filter by specific statuses (optional).
Create a new referral entry. Requires participant details and referral program ID.
Approve a pending referral, marking it as valid. Requires the referral ID.
Issue a reward to a participant based on a successful referral. Requires participant ID and reward details.
The text was updated successfully, but these errors were encountered:
User is requesting on #15617
Sources participant added
Sorry, something went wrong.
No branches or pull requests
referral_rocket
URLs
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.
The text was updated successfully, but these errors were encountered: