action botschaft_twilio_message_post_twilio_post { label: "Twilio Message Post" provider: botschaft method: POST 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" } }