← Back to playbook
SaaS

Productivity tool

Double-sided · account credit

The Notion archetype: reward only after the referred user actually sticks — onboarding complete and active for a week — to filter out drive-by signups.

Qualification gate
completed_onboarding AND active_days ≥ 7
Reward
$10 credit each
qualification.json
{
  "qualifies_when": "all",
  "conditions": [
    {
      "event": "completed_onboarding"
    }
  ],
  "window_days": 30,
  "reward": {
    "description": "$10 credit each"
  }
}