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
smoove:add_contact_to_list
Add an existing contact to a specific list.
Write
Medium risk
Create Contact
smoove:create_contact
Create a new contact with optional custom fields and list assignments.
Write
Medium risk
Create List
smoove:create_list
Create a new email list for organizing contacts.
Write
Medium risk
Delete Contact
smoove:delete_contact
Permanently delete a contact and all associated data.
Write
High risk
Get Campaign
smoove:get_campaign
Fetch a single email campaign by ID with stats and settings.
Read
Low risk
Get Contact
smoove:get_contact
Fetch a single contact by ID with all custom fields and subscription status.
Read
Low risk
Get List
smoove:get_list
Fetch a single list by ID with subscriber count and settings.
Read
Low risk
List Campaigns
smoove:list_campaigns
List email campaigns with filtering and stats.
Read
Low risk
List Contacts
smoove:list_contacts
Search and list contacts with filtering options.
Read
Low risk
List Lists
smoove:list_lists
List all email lists with filtering options.
Read
Low risk
Remove Contact From List
smoove:remove_contact_from_list
Remove a contact from a specific list.
Write
High risk
Resubscribe Contact
smoove:resubscribe_contact
Resubscribe a previously unsubscribed contact to email communications.
Write
Medium risk
Send Transactional Email
smoove:send_transactional_email
Send a transactional email to a single recipient with personalization.
Write
Medium risk
Unsubscribe Contact
smoove:unsubscribe_contact
Unsubscribe a contact from all email communications.
Write
Medium risk
Update Contact
smoove:update_contact
Update an existing contact's information and custom fields.
Write
Medium risk