create-contact-folder
Creates a new contact folder in the user's mailbox, either under the default contacts folder or as a child folder of any specified contact folder.
Instructions
Create a new contactFolder under the user's default contacts folder. You can also create a new contactfolder as a child of any specified contact folder.
💡 TIP: Creates a new contact folder under the user's mailbox root. Body: { displayName: 'Family' }. Returns the created contactFolder with its id. To create a sub-folder under an existing folder, use create-contact-child-folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| 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 |