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
getemails:create_campaign
Create a new email campaign and optionally send it immediately.
Write
Medium risk
Create Contact
getemails:create_contact
Create a new contact and optionally subscribe them to a list.
Write
Medium risk
Create List
getemails:create_list
Create a new email list with sender settings.
Write
Medium risk
Delete Contact
getemails:delete_contact
Permanently delete a contact and remove them from all lists.
Write
High risk
Get Campaign
getemails:get_campaign
Fetch a single email campaign with stats and content details.
Read
Low risk
Get Contact
getemails:get_contact
Fetch a single contact by ID with all their details and list memberships.
Read
Low risk
Get List
getemails:get_list
Fetch a single email list with subscriber counts and settings.
Read
Low risk
List Campaigns
getemails:list_campaigns
List email campaigns with filtering and stats.
Read
Low risk
List Contacts
getemails:list_contacts
List and search contacts with various filters.
Read
Low risk
List Lists
getemails:list_lists
List all email lists with subscriber counts.
Read
Low risk
Send Campaign
getemails:send_campaign
Send a draft campaign immediately or schedule it for later.
Write
Medium risk
Subscribe Contact
getemails:subscribe_contact
Subscribe a contact to an email list with optional contact details.
Write
Medium risk
Unsubscribe Contact
getemails:unsubscribe_contact
Unsubscribe a contact from a specific list or all lists.
Write
Medium risk
Update Contact
getemails:update_contact
Update an existing contact's information.
Write
Medium risk