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 Contact To List
sare:add_contact_to_list
Add an existing contact to an email list with optional welcome email.
Write
Medium risk
Create Contact
sare:create_contact
Create a new contact with optional profile data, tags, and list assignments.
Write
Medium risk
Create List
sare:create_list
Create a new email list with specified settings.
Write
Medium risk
Delete Contact
sare:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
sare:get_campaign
Fetch a single email campaign by ID with stats and settings.
Read
Low risk
Get Contact
sare:get_contact
Fetch a single contact by ID with all profile data and subscription status.
Read
Low risk
Get List
sare:get_list
Fetch a single email list by ID with subscriber count and settings.
Read
Low risk
List Campaigns
sare:list_campaigns
List email campaigns with optional filters for status, list, and name.
Read
Low risk
List Contacts
sare:list_contacts
Search and list contacts with optional filters for email, status, list, and tags.
Read
Low risk
List Lists
sare:list_lists
List all email lists with optional filters for name and active status.
Read
Low risk
Remove Contact From List
sare:remove_contact_from_list
Remove a contact from an email list (unsubscribe them from that specific list).
Write
High risk
Send Email
sare:send_email
Send a transactional email to a single recipient with optional template and tracking.
Write
Medium risk
Unsubscribe Contact
sare:unsubscribe_contact
Globally unsubscribe a contact from all marketing emails.
Write
Medium risk
Update Contact
sare:update_contact
Update an existing contact's profile data, subscription status, and tags.
Write
Medium risk