action sakari_templates_create { label: "Create template" provider: sakari method: POST path: "/v1/accounts/{accountId}/templates" encoding: json input: { type: "object" properties: { name: { type: "string" } template: { type: "string" } type: { type: "string" enum: ["SMS", "Web"] } } } output: { type: "object" } }