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.
Activate Automation
remarkety:activate_automation
Activate an automation workflow to start processing triggers and sending emails.
Write
Medium risk
Create Campaign
remarkety:create_campaign
Create a new email campaign with content and targeting options.
Write
Medium risk
Create Customer
remarkety:create_customer
Create a new customer in Remarkety with profile data and subscription status.
Write
Medium risk
Deactivate Automation
remarkety:deactivate_automation
Deactivate an automation workflow to stop processing new triggers.
Write
Medium risk
Delete Customer
remarkety:delete_customer
Permanently delete a customer and all their associated data.
Write
High risk
Get Automation
remarkety:get_automation
Fetch a single automation workflow with its configuration and performance metrics.
Read
Low risk
Get Campaign
remarkety:get_campaign
Fetch a single email campaign with its content and performance metrics.
Read
Low risk
Get Customer
remarkety:get_customer
Fetch a single customer by ID or email with their profile data and purchase history.
Read
Low risk
Get Segment
remarkety:get_segment
Fetch a single customer segment with its criteria and member count.
Read
Low risk
List Automations
remarkety:list_automations
List automation workflows with optional filtering and pagination.
Read
Low risk
List Campaigns
remarkety:list_campaigns
List email campaigns with optional filtering and pagination.
Read
Low risk
List Customers
remarkety:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Segments
remarkety:list_segments
List customer segments with optional filtering and pagination.
Read
Low risk
Send Campaign
remarkety:send_campaign
Send an email campaign immediately or schedule it for later.
Write
Medium risk
Track Event
remarkety:track_event
Track a custom event for a customer to trigger automations and personalization.
Write
Medium risk
Update Customer
remarkety:update_customer
Update an existing customer's profile data and subscription status.
Write
Medium risk