action botschaft_twilio_message_get_twilio_get { label: "Twilio Message Get" provider: botschaft method: GET path: "/twilio" encoding: json input: { type: "object" properties: { authorization: { type: "string" } base64_message: { type: "string" } message: { type: "string" } to: { type: "string" } } required: ["to"] additionalProperties: false } output: { type: "object" } }