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.
Create Customer
rejoiner:create_customer
Create a new customer in Rejoiner with profile information.
Write
Medium risk
Create Order
rejoiner:create_order
Create a new order to trigger cart abandonment and lifecycle campaigns.
Write
Medium risk
Get Campaign
rejoiner:get_campaign
Fetch a single campaign by ID with its configuration and stats.
Read
Low risk
Get Customer
rejoiner:get_customer
Fetch a single customer by ID or email with their profile and activity data.
Read
Low risk
Get Email Activity
rejoiner:get_email_activity
Get email activity history for a specific customer.
Read
Low risk
List Campaigns
rejoiner:list_campaigns
List campaigns with optional filtering and pagination.
Read
Low risk
List Customers
rejoiner:list_customers
List customers with optional filtering and pagination.
Read
Low risk
Resubscribe Customer
rejoiner:resubscribe_customer
Resubscribe a previously unsubscribed customer to email campaigns.
Write
Medium risk
Send Test Email
rejoiner:send_test_email
Send a test email for a specific campaign to verify content and personalization.
Write
Medium risk
Track Cart Abandonment
rejoiner:track_cart_abandonment
Track a cart abandonment event to trigger automated recovery campaigns.
Write
Medium risk
Unsubscribe Customer
rejoiner:unsubscribe_customer
Unsubscribe a customer from email campaigns.
Write
Medium risk
Update Customer
rejoiner:update_customer
Update an existing customer's profile information.
Write
Medium risk