action botschaft_sns_post_sns_post { label: "Sns Post" provider: botschaft method: POST path: "/sns" encoding: json input: { type: "object" properties: { authorization: { type: "string" } base64_message: { type: "string" } message: { type: "string" } } additionalProperties: false } output: { type: "object" } }