action attio_create_folder { label: "Create a folder" description: "Creates a native folder entry or a connected file/folder entry on an object record.\n\nThis endpoint is in beta. We will aim to avoid breaking changes, but small updates may be made as we roll out to more users.\n\nRequired scopes: `file:read-write`, `object_configuration:read`, `record_permission:read`." provider: attio method: POST path: "/v2/files" encoding: json scopes: ["file:read-write", "object_configuration:read", "record_permission:read"] input: { type: "object" } output: { type: "object" description: "Success" required: ["data"] properties: { data: { type: "object" } } } }