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 Contacts To Segment
dart:add_contacts_to_segment
Add contacts to a static segment for campaign targeting.
Write
Medium risk
Create Campaign
dart:create_campaign
Create a new email campaign in Dart with content and targeting.
Write
Medium risk
Create Contact
dart:create_contact
Create a new contact in Dart with profile data and tags.
Write
Medium risk
Create Segment
dart:create_segment
Create a new audience segment for targeting campaigns.
Write
Medium risk
Delete Contact
dart:delete_contact
Permanently delete a contact and all associated data from Dart.
Write
High risk
Get Campaign
dart:get_campaign
Fetch a single campaign by ID with stats and configuration.
Read
Low risk
Get Contact
dart:get_contact
Fetch a single contact by ID with all profile data and engagement history.
Read
Low risk
Get Message
dart:get_message
Fetch a single message by ID with delivery status and engagement data.
Read
Low risk
Get Segment
dart:get_segment
Fetch a single audience segment by ID with criteria and contact count.
Read
Low risk
List Campaigns
dart:list_campaigns
List campaigns with filtering, search, and pagination support.
Read
Low risk
List Contacts
dart:list_contacts
List contacts with filtering and pagination support.
Read
Low risk
List Messages
dart:list_messages
List messages with filtering and pagination support.
Read
Low risk
List Segments
dart:list_segments
List audience segments with filtering, search, and pagination support.
Read
Low risk
Remove Contacts From Segment
dart:remove_contacts_from_segment
Remove contacts from a static segment.
Write
High risk
Send Campaign
dart:send_campaign
Send a campaign immediately or schedule it for later delivery.
Write
Medium risk
Track Event
dart:track_event
Track a custom event for a contact to trigger automations and personalization.
Write
Medium risk
Update Contact
dart:update_contact
Update an existing contact's profile data, tags, and custom fields.
Write
Medium risk