create_catalog_category
Create new service catalog categories in ServiceNow with specified titles, descriptions, parent categories, icons, activity status, and order using defined parameters.
Instructions
Create a new service catalog category.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
active | No | Whether the category is active | |
description | No | Description of the category | |
icon | No | Icon for the category | |
order | No | Order of the category | |
parent | No | Parent category sys_id | |
title | Yes | Title of the category |