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 Campaign
engage:create_campaign
Create a new email campaign.
Write
Medium risk
Create Contact
engage:create_contact
Create a new contact in Engage.
Write
Medium risk
Delete Contact
engage:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
engage:get_campaign
Fetch a single campaign by ID with stats and configuration.
Read
Low risk
Get Contact
engage:get_contact
Fetch a single contact by ID with profile data and engagement history.
Read
Low risk
Get Message
engage:get_message
Fetch a single message by ID with delivery status and engagement data.
Read
Low risk
Get Segment
engage:get_segment
Fetch a single audience segment by ID with contact count and criteria.
Read
Low risk
List Campaigns
engage:list_campaigns
List campaigns with filtering and pagination options.
Read
Low risk
List Contacts
engage:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
List Messages
engage:list_messages
List messages with filtering and pagination options.
Read
Low risk
List Segments
engage:list_segments
List audience segments with filtering and pagination options.
Read
Low risk
Send Campaign
engage:send_campaign
Send a campaign immediately or confirm scheduled send.
Write
Medium risk
Send Transactional Email
engage:send_transactional_email
Send a transactional email to a single recipient.
Write
Medium risk
Update Contact
engage:update_contact
Update an existing contact's information.
Write
Medium risk