action intellifi_add_item { label: "Create item" provider: intellifi method: POST path: "/items" encoding: json input: { type: "object" } output: { type: "object" properties: { resource: { type: "object" properties: { id: { type: "string" description: "Unique identifier for resource." } url: { type: "string" description: "Url to the individual resource." } } } status: { type: "integer" description: "Status code" } } } }