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 Conversion
cometly:create_conversion
Create a new conversion event for attribution tracking.
Write
Medium risk
Create Pixel Event
cometly:create_pixel_event
Create a pixel tracking event for attribution and analytics.
Write
Medium risk
Delete Conversion
cometly:delete_conversion
Delete a conversion event. WARNING: This permanently removes the conversion from attribution data.
Write
High risk
Get Attribution Report
cometly:get_attribution_report
Generate attribution report showing conversion performance by marketing channels.
Read
Low risk
Get Conversion
cometly:get_conversion
Fetch a single conversion by ID with all tracking details.
Read
Low risk
Get Customer
cometly:get_customer
Fetch a single customer by ID with attribution and conversion history.
Read
Low risk
Get Customer Journey
cometly:get_customer_journey
Get the complete customer journey including all touchpoints and conversions.
Read
Low risk
List Conversions
cometly:list_conversions
List conversions with optional filtering by date, event, customer, or source.
Read
Low risk
List Customers
cometly:list_customers
List customers with optional filtering by email, source, value, or creation date.
Read
Low risk
Update Customer
cometly:update_customer
Update customer information, tags, and custom attributes.
Write
Medium risk