Adding a Custom Identifier to a Folder

Sometimes, you might want to use a custom unique identifier to refer to a folder. For instance, this could be for safety reasons, when you wish to conceal the folder identifier within the Oz system, or for lead calculation purposes, where you might use a client identifier for subsequent grouping of folders by client. Regardless, the objective is to create a folder in the system and assign it a unique identifier.

This is where metadata comes into play. Metadata is any user information that you might need within a folder in the key-value format. It can be added during the folder creation or applied using the PATCH method. Please find the corresponding methods in our API documentation, Folders section.

The process of assigning of a custom identifier is explained here.