Skip to main content
outlook.createCategory creates and returns an Outlook master category.

Example

automations/outlook-create-category.automation.ts

Inputs

Pass { displayName: "Customers", color: "preset0" }. The optional second argument { account } selects a Microsoft binding.

Output

Creates and returns an Outlook master category. Microsoft Graph requires the scopes declared by the action. IDs are opaque and should be passed through unchanged.