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
rinkel:create_contact
Create a new contact in Rinkel.
Write
Medium risk
Delete Contact
rinkel:delete_contact
Delete a contact from Rinkel. This action cannot be undone.
Write
High risk
Delete Recording
rinkel:delete_recording
Delete a call recording from Rinkel. This action cannot be undone.
Write
High risk
Get Call
rinkel:get_call
Fetch a single call record by ID with all call details.
Read
Low risk
Get Contact
rinkel:get_contact
Fetch a single contact by ID with all contact details.
Read
Low risk
Get Phone Number
rinkel:get_phone_number
Fetch details of a specific phone number in your Rinkel account.
Read
Low risk
Get Recording
rinkel:get_recording
Fetch call recording details and download URL.
Read
Low risk
List Calls
rinkel:list_calls
List call records with optional filtering and pagination.
Read
Low risk
List Contacts
rinkel:list_contacts
List contacts with optional filtering and pagination.
Read
Low risk
List Phone Numbers
rinkel:list_phone_numbers
List all phone numbers in your Rinkel account with optional filtering.
Read
Low risk
List Recordings
rinkel:list_recordings
List call recordings with optional filtering and pagination.
Read
Low risk
List Sms
rinkel:list_sms
List SMS messages with optional filtering and pagination.
Read
Low risk
Make Call
rinkel:make_call
Initiate an outbound call through Rinkel.
Write
Medium risk
Send Sms
rinkel:send_sms
Send an SMS message through Rinkel.
Write
Medium risk
Update Contact
rinkel:update_contact
Update an existing contact in Rinkel.
Write
Medium risk