action gsmtasks_notification_templates_render_create { label: "notification_templates_render_create" provider: gsmtasks method: POST path: "/notification_templates/{id}/render/" encoding: form input: { type: "object" properties: { format: { type: "string" enum: ["json", "xlsx"] } id: { type: "string" format: "uuid" } task: { type: "string" format: "uri" } } required: ["id", "task"] additionalProperties: false } output: { type: "object" additionalProperties: true } }