Skip to content

These attributes define the properties of a folder.
The folder object is used to store templates and renders in an organized way.

id string
The unique UUID for the folder.

name string
The name of the folder.

createdAt string
The timestamp when the folder was created.

updatedAt string
The timestamp when the folder was last updated.

Here’s a sample object of a folder:

{
"id": "3c435c83-6682-4468-939f-6af175caacex",
"name": "Marketing Folder",
"createdAt": "2024-03-20T10:30:00Z",
"updatedAt": "2024-03-20T10:30:00Z"
}