Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Approve Reward
referrizer:approve_reward
Approve a pending reward for payout.
Write
Low risk
Create Campaign
referrizer:create_campaign
Create a new referral campaign with reward configuration.
Write
Medium risk
Create Participant
referrizer:create_participant
Create a new participant in a referral campaign.
Write
Medium risk
Create Referral
referrizer:create_referral
Create a new referral record when someone is referred.
Write
Medium risk
Get Analytics
referrizer:get_analytics
Get referral program analytics and performance metrics.
Read
Low risk
Get Campaign
referrizer:get_campaign
Fetch a single referral campaign by ID with its configuration and stats.
Read
Low risk
Get Participant
referrizer:get_participant
Fetch a single participant by ID with their referral stats and rewards.
Read
Low risk
Get Referral
referrizer:get_referral
Fetch a single referral by ID with participant and conversion details.
Read
Low risk
Get Reward
referrizer:get_reward
Fetch a single reward by ID with participant and payout details.
Read
Low risk
List Campaigns
referrizer:list_campaigns
List referral campaigns with optional filtering by status or type.
Read
Low risk
List Participants
referrizer:list_participants
List participants with optional filtering by campaign, email, or status.
Read
Low risk
List Referrals
referrizer:list_referrals
List referrals with optional filtering by campaign, referrer, status, or date range.
Read
Low risk
List Rewards
referrizer:list_rewards
List rewards with optional filtering by campaign, participant, status, value, or date range.
Read
Low risk
Mark Reward Paid
referrizer:mark_reward_paid
Mark an approved reward as paid.
Write
Low risk
Update Participant
referrizer:update_participant
Update an existing participant's information.
Write
Medium risk
Update Referral Status
referrizer:update_referral_status
Update a referral's status and conversion details.
Write
Medium risk