action botschaft_discord_post_discord_post { label: "Discord Post" provider: botschaft method: POST path: "/discord" encoding: json input: { type: "object" properties: { authorization: { type: "string" } base64_message: { type: "string" } channel: { type: "string" } message: { type: "string" } } required: ["channel"] additionalProperties: false } output: { type: "object" } }