action gsmtasks_notifications_create { label: "notifications_create" provider: gsmtasks method: POST path: "/notifications/" encoding: form input: { type: "object" properties: { add_tracking_link: { type: "boolean" } assignee_proximity: { type: "object" } created_at: { type: "string" format: "date-time" } emails: { type: "array" items: { type: "string" format: "email" } } event: { type: "object" } format: { type: "string" enum: ["json", "xlsx"] } id: { type: "string" format: "uuid" } message: { type: "string" } method: { type: "object" } phones: { type: "array" items: { type: "string" } } recipient: { type: "object" } sent_at: { type: "string" format: "date-time" } sms_count: { type: "integer" } state: { type: "object" } task: { type: "string" format: "uri" } template: { type: "string" format: "uri" } updated_at: { type: "string" format: "date-time" } url: { type: "string" format: "uri" } via_app: { type: "boolean" } via_email: { type: "boolean" } via_sms: { type: "boolean" } } required: ["created_at", "id", "method", "sms_count", "task", "updated_at", "url", "via_app", "via_email", "via_sms"] additionalProperties: false } output: { type: "object" additionalProperties: true } }