// Workflow
Two ways. Same outcome.
Click through it in the dashboard, or wire it into your backend with four API calls. Mix and match whenever you like.
01
1
Create referrer
Dashboard
Add a user or upload a CSV from the Users page.
API
POST /users with an external id — we return a unique code.
02
2
Log event
Dashboard
Hit ‘Add referral’, paste the code, enter the sale.
API
POST /referrals with the code, type, and sale amount.
03
3
Evaluate
Dashboard
Active campaigns score the event automatically.
API
Same engine, same rules — triggered on every event.
04
4
Pay out
Dashboard
Approve cash payouts or assign vouchers in one click.
API
Or fully automate via webhooks and the rewards API.