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 Application
plivo:create_application
Create a new Plivo application to handle calls and messages.
Write
Medium risk
Delete Application
plivo:delete_application
Delete a Plivo application permanently. WARNING: This affects any numbers using this app.
Write
High risk
Get Application
plivo:get_application
Fetch details of a specific Plivo application by ID.
Read
Low risk
Get Call
plivo:get_call
Fetch details of a specific voice call by UUID.
Read
Low risk
Get Message
plivo:get_message
Fetch details of a specific SMS/MMS message by UUID.
Read
Low risk
Get Number
plivo:get_number
Fetch details of a specific phone number you own in Plivo.
Read
Low risk
Hangup Call
plivo:hangup_call
Hangup an active voice call.
Write
High risk
List Applications
plivo:list_applications
List all Plivo applications in your account.
Read
Low risk
List Calls
plivo:list_calls
List voice calls with optional filters for date range, direction, and status.
Read
Low risk
List Messages
plivo:list_messages
List SMS/MMS messages with optional filters for date range, direction, and status.
Read
Low risk
List Numbers
plivo:list_numbers
List all phone numbers you own in Plivo with optional filters.
Read
Low risk
Make Call
plivo:make_call
Make an outbound voice call to a phone number.
Write
Medium risk
Send Message
plivo:send_message
Send an SMS or MMS message to a phone number.
Write
Medium risk
Update Application
plivo:update_application
Update an existing Plivo application's settings.
Write
Medium risk
Update Number
plivo:update_number
Update settings for a phone number you own in Plivo.
Write
Medium risk