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
slicktext:add_contact_to_list
Add an existing contact to a specific list.
Write
Medium risk
Create Contact
slicktext:create_contact
Create a new contact and optionally add to a list.
Write
Medium risk
Create List
slicktext:create_list
Create a new SMS list for organizing contacts.
Write
Medium risk
Delete Contact
slicktext:delete_contact
Permanently delete a contact and all their data.
Write
High risk
Get Contact
slicktext:get_contact
Fetch a single contact by ID with subscription details and custom fields.
Read
Low risk
Get List
slicktext:get_list
Fetch a single list by ID with subscriber count and settings.
Read
Low risk
Get Message
slicktext:get_message
Fetch a single message by ID with delivery status and details.
Read
Low risk
List Contacts
slicktext:list_contacts
List contacts with filtering and pagination options.
Read
Low risk
List Lists
slicktext:list_lists
List all SMS lists with filtering and pagination options.
Read
Low risk
List Messages
slicktext:list_messages
List messages with filtering and pagination options.
Read
Low risk
Remove Contact From List
slicktext:remove_contact_from_list
Remove a contact from a specific list (does not delete the contact).
Write
High risk
Send Broadcast
slicktext:send_broadcast
Send a broadcast message to all subscribed contacts in a list.
Write
Medium risk
Send Message
slicktext:send_message
Send an SMS or MMS message to a specific phone number.
Write
Medium risk
Update Contact
slicktext:update_contact
Update an existing contact's information and custom fields.
Write
Medium risk