action callfire_start_text_broadcast { label: "Start text broadcast" description: "Starts a text broadcast" provider: callfire method: POST path: "/texts/broadcasts/{id}/start" encoding: json input: { type: "object" properties: { id: { type: "integer" format: "int64" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }