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.
Get Call
telnyx:get_call
Retrieve call details and current state by call control ID.
Read
Low risk
Get Connection
telnyx:get_connection
Fetch a single connection by ID with full configuration details.
Read
Low risk
Get Fax
telnyx:get_fax
Retrieve fax details and transmission status by fax ID.
Read
Low risk
Get Message
telnyx:get_message
Fetch a single message by ID with delivery status and details.
Read
Low risk
Get Messaging Profile
telnyx:get_messaging_profile
Fetch a single messaging profile by ID with full configuration.
Read
Low risk
Get Phone Number
telnyx:get_phone_number
Fetch a single phone number by ID with configuration and status details.
Read
Low risk
Hangup Call
telnyx:hangup_call
Hang up an active call using the Call Control API.
Write
Medium risk
List Connections
telnyx:list_connections
List voice connections available for making calls.
Read
Low risk
List Faxes
telnyx:list_faxes
List faxes with optional filtering by status, direction, date range, etc.
Read
Low risk
List Messages
telnyx:list_messages
List messages with optional filtering by phone number, direction, date range, etc.
Read
Low risk
List Messaging Profiles
telnyx:list_messaging_profiles
List messaging profiles used for SMS/MMS configuration.
Read
Low risk
List Phone Numbers
telnyx:list_phone_numbers
List phone numbers with optional filtering by status, connection, or other criteria.
Read
Low risk
Make Call
telnyx:make_call
Initiate an outbound voice call through Telnyx Call Control API.
Write
Medium risk
Send Fax
telnyx:send_fax
Send a fax document through Telnyx Fax API.
Write
Medium risk
Send Sms
telnyx:send_sms
Send an SMS or MMS message through Telnyx messaging API.
Write
Medium risk
Update Phone Number
telnyx:update_phone_number
Update phone number configuration including connection, messaging profile, and emergency settings.
Write
Medium risk