action botschaft_discord_get_discord_get { label: "Discord Get" provider: botschaft method: GET 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" } }