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.
Add Customer To Segment
hamsa:add_customer_to_segment
Add a customer to a specific segment (only works with static segments).
Write
Medium risk
Create Customer
hamsa:create_customer
Create a new customer profile in Hamsa.
Write
Medium risk
Delete Customer
hamsa:delete_customer
Permanently delete a customer and all their associated data.
Write
High risk
Get Campaign
hamsa:get_campaign
Fetch a single campaign with its configuration and performance stats.
Read
Low risk
Get Customer
hamsa:get_customer
Fetch a single customer profile with attributes and journey status.
Read
Low risk
Get Journey
hamsa:get_journey
Fetch a single customer journey with its steps and performance stats.
Read
Low risk
Get Segment
hamsa:get_segment
Fetch a single segment with its criteria and customer count.
Read
Low risk
List Campaigns
hamsa:list_campaigns
List campaigns with optional filtering and performance stats.
Read
Low risk
List Customers
hamsa:list_customers
List customers with optional filtering and pagination.
Read
Low risk
List Journeys
hamsa:list_journeys
List customer journeys with optional filtering and performance stats.
Read
Low risk
List Segments
hamsa:list_segments
List all segments with optional filtering.
Read
Low risk
Pause Campaign
hamsa:pause_campaign
Pause an active or scheduled campaign.
Write
Medium risk
Remove Customer From Segment
hamsa:remove_customer_from_segment
Remove a customer from a specific segment (only works with static segments).
Write
High risk
Send Campaign
hamsa:send_campaign
Send or schedule a campaign to its target segment.
Write
Medium risk
Track Event
hamsa:track_event
Track a custom event for a customer to trigger journeys and campaigns.
Write
Medium risk
Update Customer
hamsa:update_customer
Update an existing customer profile in Hamsa.
Write
Medium risk