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
inmobile:add_contact_to_list
Add an existing contact to a contact list.
Write
Medium risk
Create Contact
inmobile:create_contact
Create a new contact in the inmobile address book.
Write
Medium risk
Create List
inmobile:create_list
Create a new contact list for organizing contacts.
Write
Medium risk
Delete Contact
inmobile:delete_contact
Permanently delete a contact from the address book.
Write
High risk
Get Account Balance
inmobile:get_account_balance
Get current account balance and credit information.
Read
Low risk
Get Contact
inmobile:get_contact
Fetch a single contact by ID with all details.
Read
Low risk
Get Sms Status
inmobile:get_sms_status
Get the delivery status of a sent SMS message.
Read
Low risk
List Contacts
inmobile:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Lists
inmobile:list_lists
List all contact lists with optional filtering and pagination.
Read
Low risk
List Sms
inmobile:list_sms
List sent SMS messages with optional filtering and pagination.
Read
Low risk
Remove Contact From List
inmobile:remove_contact_from_list
Remove a contact from a contact list.
Write
High risk
Send Bulk Sms
inmobile:send_bulk_sms
Send SMS messages to multiple recipients in a single API call.
Write
Medium risk
Send Sms
inmobile:send_sms
Send an SMS message to a single recipient.
Write
Medium risk
Send Sms To List
inmobile:send_sms_to_list
Send an SMS message to all contacts in a specific list.
Write
Medium risk
Update Contact
inmobile:update_contact
Update an existing contact's information.
Write
Medium risk