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 Contact
segmetrics:create_contact
Create a new contact in SegMetrics with optional tags and custom fields.
Write
Medium risk
Create Order
segmetrics:create_order
Create a new order in SegMetrics with products and attribution data.
Write
Medium risk
Get Contact
segmetrics:get_contact
Fetch a single contact by ID with their journey data and attribution.
Read
Low risk
Get Contact Journey
segmetrics:get_contact_journey
Get the complete customer journey for a contact including touchpoints, events, and attribution.
Read
Low risk
Get Integration
segmetrics:get_integration
Fetch a single integration by ID with connection status and sync information.
Read
Low risk
Get Order
segmetrics:get_order
Fetch a single order by ID with attribution and customer journey data.
Read
Low risk
Get Sync Status
segmetrics:get_sync_status
Check the status and progress of a sync job.
Read
Low risk
List Contacts
segmetrics:list_contacts
List contacts with optional filtering by email, tags, status, and date range.
Read
Low risk
List Integrations
segmetrics:list_integrations
List integrations with optional filtering by type, status, and connection state.
Read
Low risk
List Orders
segmetrics:list_orders
List orders with optional filtering by contact, status, date range, and amount.
Read
Low risk
Sync Integration
segmetrics:sync_integration
Trigger a manual sync for an integration to pull latest data from the connected platform.
Write
Medium risk
Track Event
segmetrics:track_event
Track a custom event for a contact to build their customer journey and attribution data.
Write
Medium risk
Update Contact
segmetrics:update_contact
Update an existing contact's information, tags, and custom fields.
Write
Medium risk