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
campayn:create_campaign
Create a new email campaign in draft status.
Write
Medium risk
Create Contact
campayn:create_contact
Create a new contact and optionally subscribe them to a list.
Write
Medium risk
Create List
campayn:create_list
Create a new email list for organizing contacts.
Write
Medium risk
Delete Contact
campayn:delete_contact
Permanently delete a contact and all their data.
Write
High risk
Delete List
campayn:delete_list
Permanently delete a list and unsubscribe all its contacts.
Write
High risk
Get Campaign
campayn:get_campaign
Fetch a single campaign by ID with stats and content details.
Read
Low risk
Get Contact
campayn:get_contact
Fetch a single contact by ID with all their details and list memberships.
Read
Low risk
Get List
campayn:get_list
Fetch a single list by ID with subscriber counts and settings.
Read
Low risk
List Campaigns
campayn:list_campaigns
List campaigns with optional filtering by status or list.
Read
Low risk
List Contacts
campayn:list_contacts
List contacts with optional filtering by list, email, or status.
Read
Low risk
List Lists
campayn:list_lists
List all email lists in the account.
Read
Low risk
Send Campaign
campayn:send_campaign
Send or schedule a campaign to its target list.
Write
Medium risk
Send Transactional Email
campayn:send_transactional_email
Send a single transactional email to one recipient.
Write
Medium risk
Subscribe Contact
campayn:subscribe_contact
Subscribe an existing contact to a list.
Write
Medium risk
Unsubscribe Contact
campayn:unsubscribe_contact
Unsubscribe a contact from a specific list.
Write
High risk
Update Contact
campayn:update_contact
Update an existing contact's information.
Write
Medium risk
Update List
campayn:update_list
Update an existing email list's settings.
Write
Medium risk