create-contact-child-folder
Create a child contact folder under a specified parent folder to organize your contacts. Provide the parent folder ID and display name.
Instructions
Create a new contactFolder as a child of a specified folder. You can also create a new contactFolder under the user's default contact folder.
💡 TIP: Creates a sub-folder under an existing contact folder. Body: { displayName: 'Sub-folder name' }. Use list-contact-folders to discover the parent id. The returned contactFolder has its own id usable with update-contact-folder, delete-contact-folder, list-contact-folder-contacts, and create-contact-in-folder — contactFolder ids are mailbox-unique regardless of nesting depth.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| contactFolderId | Yes | Path parameter: contactFolderId | |
| includeHeaders | No | Include response headers (including ETag) in the response metadata | |
| excludeResponse | No | Exclude the full response body and only return success or failure indication |