action telnyx_find_texml_applications { label: "List all TeXML Applications" description: "Returns a list of your TeXML Applications." provider: telnyx method: GET path: "/texml_applications" encoding: json input: { type: "object" properties: { "filter[friendly_name][contains]": { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }