Skip to content

The folder object

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

Attributes

id string
The unique UUID for the folder.

name string
The name of the folder.

Sample Object

Here’s a sample object of a folder:

{
"id": "3c435c83-6682-4468-939f-6af175caacex",
"name": "Marketing Folder",
}