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
esendex:create_contact
Create a new contact in the specified account.
Write
Medium risk
Delete Contact
esendex:delete_contact
Delete a contact permanently from the account.
Write
High risk
Get Account
esendex:get_account
Get account details and settings.
Read
Low risk
Get Contact
esendex:get_contact
Get details of a specific contact.
Read
Low risk
Get Inbox Message
esendex:get_inbox_message
Get details of a specific received message from inbox.
Read
Low risk
Get Message
esendex:get_message
Get details of a specific message by ID.
Read
Low risk
List Accounts
esendex:list_accounts
List all accounts accessible to the authenticated user.
Read
Low risk
List Contacts
esendex:list_contacts
List contacts in the specified account with pagination.
Read
Low risk
List Inbox Messages
esendex:list_inbox_messages
List received messages in inbox with optional filtering.
Read
Low risk
List Messages
esendex:list_messages
List messages with optional filtering and pagination.
Read
Low risk
Mark Message Read
esendex:mark_message_read
Mark an inbox message as read or unread.
Write
Medium risk
Send Message
esendex:send_message
Send an SMS message via Esendex.
Write
Medium risk
Update Contact
esendex:update_contact
Update an existing contact's details.
Write
Medium risk