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 Group
team_sms:add_contact_to_group
Add a contact to a group for organized messaging.
Write
Medium risk
Create Contact
team_sms:create_contact
Create a new contact in your Team SMS address book.
Write
Medium risk
Create Group
team_sms:create_group
Create a new contact group for organizing your contacts.
Write
Medium risk
Delete Contact
team_sms:delete_contact
Permanently delete a contact from your address book.
Write
High risk
Get Account Balance
team_sms:get_account_balance
Get current account balance and credit information.
Read
Low risk
Get Contact
team_sms:get_contact
Fetch a single contact by ID with all details and group memberships.
Read
Low risk
Get Message
team_sms:get_message
Fetch a single message by ID with delivery status and details.
Read
Low risk
List Contacts
team_sms:list_contacts
List contacts with optional filtering by name, phone, email, or group.
Read
Low risk
List Groups
team_sms:list_groups
List all contact groups with optional name filtering.
Read
Low risk
List Messages
team_sms:list_messages
List messages with optional filtering by recipient, status, and date range.
Read
Low risk
Send Group Message
team_sms:send_group_message
Send an SMS message to all contacts in a group.
Write
Medium risk
Send Message
team_sms:send_message
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
team_sms:update_contact
Update an existing contact's information.
Write
Medium risk