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
customer_io:create_customer
Create or update a customer profile with attributes.
Write
Medium risk
Delete Customer
customer_io:delete_customer
Permanently delete a customer and all their data from Customer.io.
Write
High risk
Get Campaign
customer_io:get_campaign
Fetch details about a specific campaign including metrics and status.
Read
Low risk
Get Customer
customer_io:get_customer
Fetch a single customer profile with attributes and metadata.
Read
Low risk
Get Segment
customer_io:get_segment
Fetch details about a customer segment including member count and criteria.
Read
Low risk
List Campaigns
customer_io:list_campaigns
List campaigns with optional filtering by state and type.
Read
Low risk
List Customers
customer_io:list_customers
List customers with optional email filtering and pagination.
Read
Low risk
List Segments
customer_io:list_segments
List all customer segments in the workspace.
Read
Low risk
Send Transactional Email
customer_io:send_transactional_email
Send a transactional email to a customer using a predefined template.
Write
Medium risk
Suppress Customer
customer_io:suppress_customer
Suppress a customer from receiving any messages (like unsubscribe).
Write
Medium risk
Track Event
customer_io:track_event
Track a custom event for a customer to trigger campaigns and workflows.
Write
Medium risk
Trigger Campaign
customer_io:trigger_campaign
Trigger a campaign to be sent to a specific customer.
Write
Medium risk
Unsuppress Customer
customer_io:unsuppress_customer
Remove suppression from a customer so they can receive messages again.
Write
Medium risk
Update Customer
customer_io:update_customer
Update an existing customer's attributes and email.
Write
Medium risk