Documentation Index
Fetch the complete documentation index at: https://docs.getreditus.com/llms.txt
Use this file to discover all available pages before exploring further.
Use Cases
- Sending you a Slack message when a reward was generated in Reditus.
- Generating a Stripe discount for the end user automatically.
Example payload
{
"event_type": "reward.created",
"url": "destination-url@example.com",
"created_at": "2024-05-05",
"data": {
"amount": 5521 // $55.21,
"currency": "usd",
"advocate_uid": "your-user-advocate-id", // Your internal ID of the advocate
"lead_id": "6412-smga-1314-munw",
"reward_id": "9182-agja-1891-awia",
"custom_text": "Awesome Hoodie" // Only present when custom reward triggers are used
}
}