Create a tag

Creates a new tag in your workspace.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Request

This endpoint expects an object.
titlestringRequired

The title of the tag. Maximum of 30 characters.

descriptionstringOptional

The description of the tag. Maximum of 150 characters.

colorenumOptional
The color of the tag. If not specified, Workato assigns a random color.

Response

Success - The tag was created successfully.

dataobject or null

Errors