create_folder
Create a contact folder to organize leads, returning the existing folder if a matching name is already present.
Instructions
Create a new contact folder. If a folder with the same name already exists, returns the existing one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name for the new folder. | |
| idempotency_key | No | Optional stable key to prevent duplicate folder creation on retries. |