action traccar_post_notifications { label: "Create a Notification" provider: traccar method: POST path: "/notifications" encoding: json input: { type: "object" properties: { always: { type: "boolean" } attributes: { type: "object" properties: {} } calendarId: { type: "integer" } id: { type: "integer" } mail: { type: "boolean" } sms: { type: "boolean" } type: { type: "string" } web: { type: "boolean" } } } output: { type: "object" properties: { always: { type: "boolean" } attributes: { type: "object" properties: {} } calendarId: { type: "integer" } id: { type: "integer" } mail: { type: "boolean" } sms: { type: "boolean" } type: { type: "string" } web: { type: "boolean" } } } }