action botschaft_slack_get_slack_get { label: "Slack Get" provider: botschaft method: GET path: "/slack" 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" } }