outlook.getCategory returns one Outlook master category.
Example
automations/outlook-get-category.automation.ts
Inputs
Pass{ categoryId: "category-id" }. The optional second argument { account } selects a Microsoft binding.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns one Outlook master category.
outlook.getCategory returns one Outlook master category.
import { automation } from "automate.ax"
import { outlook } from "automate.ax/outlook"
export default automation("Get category", () => {
outlook.getCategory({ categoryId: "category-id" })
})
{ categoryId: "category-id" }. The optional second argument { account } selects a Microsoft binding.