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.
Cancel Message
sendsms:cancel_message
Cancel a scheduled SMS message before it's sent.
Write
High risk
Create Contact
sendsms:create_contact
Create a new contact in the address book.
Write
Medium risk
Delete Contact
sendsms:delete_contact
Delete a contact from the address book permanently.
Write
High risk
Get Balance
sendsms:get_balance
Get current account balance and credit information.
Read
Low risk
Get Contact
sendsms:get_contact
Fetch a specific contact by ID from the address book.
Read
Low risk
Get Message
sendsms:get_message
Fetch details of a specific SMS message by ID.
Read
Low risk
Get Pricing
sendsms:get_pricing
Get SMS pricing information for countries or specific phone numbers.
Read
Low risk
List Contacts
sendsms:list_contacts
List contacts from the address book with optional filtering and search.
Read
Low risk
List Messages
sendsms:list_messages
List SMS messages with optional filtering and pagination.
Read
Low risk
Send Bulk Sms
sendsms:send_bulk_sms
Send SMS messages to multiple recipients in bulk.
Write
Medium risk
Send Sms
sendsms:send_sms
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
sendsms:update_contact
Update an existing contact in the address book.
Write
Medium risk