action traccar_post_geofences { label: "Create a Geofence" provider: traccar method: POST path: "/geofences" encoding: json input: { type: "object" properties: { area: { type: "string" } attributes: { type: "object" properties: {} } calendarId: { type: "integer" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } } } output: { type: "object" properties: { area: { type: "string" } attributes: { type: "object" properties: {} } calendarId: { type: "integer" } description: { type: "string" } id: { type: "integer" } name: { type: "string" } } } }