action telnyx_list_outbound_channels { label: "Retrieve your inbound channels" description: "Returns the inbound channels for your account. Inbound channels allows you to use Channel Billing for calls to your Telnyx phone numbers. Please check the Telnyx Support Articles section for full information and examples of how to utilize Channel Billing." provider: telnyx method: GET path: "/phone_numbers/inbound_channels" encoding: json output: { type: "object" properties: { data: { type: "object" properties: { channels: { type: "integer" description: "The current number of concurrent channels set for the account" } record_type: { type: "string" description: "Identifies the type of the response" } } } } } }