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.
Award Points
confection:award_points
Award points to a customer for various activities like purchases, referrals, or bonuses.
Write
Medium risk
Create Customer
confection:create_customer
Create a new customer in the loyalty program with optional initial points.
Write
Medium risk
Create Reward
confection:create_reward
Create a new reward that customers can redeem with their points.
Write
Medium risk
Get Campaign
confection:get_campaign
Fetch a single marketing campaign by ID with its details and performance metrics.
Read
Low risk
Get Customer
confection:get_customer
Fetch a single customer by ID with their profile, points balance, and tier status.
Read
Low risk
Get Points History
confection:get_points_history
Get a customer's points transaction history with optional filtering by type and date range.
Read
Low risk
List Campaigns
confection:list_campaigns
List marketing campaigns with optional filtering by status, type, and date range.
Read
Low risk
List Customers
confection:list_customers
List customers with optional filtering by email, tier, status, or points balance.
Read
Low risk
List Rewards
confection:list_rewards
List available rewards that customers can redeem with their points.
Read
Low risk
Redeem Points
confection:redeem_points
Redeem points from a customer's account for rewards, discounts, or other benefits.
Write
Medium risk
Redeem Reward
confection:redeem_reward
Redeem a specific reward for a customer, deducting the required points from their balance.
Write
Medium risk
Send Notification
confection:send_notification
Send a notification (email, SMS, or push) to a customer with optional template and scheduling.
Write
Medium risk
Update Customer
confection:update_customer
Update an existing customer's profile information and status.
Write
Medium risk