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 Contact
sms_fusion:create_contact
Create a new contact in the SMS Fusion contact database.
Write
Medium risk
Delete Contact
sms_fusion:delete_contact
Delete a contact permanently from the SMS Fusion database.
Write
High risk
Get Account Balance
sms_fusion:get_account_balance
Get current account balance and credit information.
Read
Low risk
Get Contact
sms_fusion:get_contact
Get details of a specific contact by ID.
Read
Low risk
Get Delivery Report
sms_fusion:get_delivery_report
Get detailed delivery report for a specific SMS message.
Read
Low risk
Get Message
sms_fusion:get_message
Get details and delivery status of a specific SMS message.
Read
Low risk
List Contacts
sms_fusion:list_contacts
List contacts with optional filtering and search.
Read
Low risk
List Messages
sms_fusion:list_messages
List SMS messages with optional filtering and pagination.
Read
Low risk
Send Bulk Sms
sms_fusion:send_bulk_sms
Send SMS messages to multiple recipients in bulk.
Write
Medium risk
Send Sms
sms_fusion:send_sms
Send an SMS message to a phone number.
Write
Medium risk
Update Contact
sms_fusion:update_contact
Update an existing contact's information.
Write
Medium risk