Create a Tag
Tags
Create a Tag
Creates a new tag for the object given in the request body. Tag names must be unique per object type within the organization.
POST
Create a Tag
Documentation Index
Fetch the complete documentation index at: https://docs.monaco.com/llms.txt
Use this file to discover all available pages before exploring further.
Body
application/json
Request body for creating a tag via POST.
Object type the tag applies to. One of contacts, accounts, opportunities.
Available options:
contacts, accounts, opportunities Example:
"accounts"
Display name of the tag. Letters, numbers, and spaces only.
Required string length:
1 - 100Pattern:
^[a-zA-Z0-9\s]+$Example:
"Enterprise"
Display color of the tag.
Available options:
green, blue, red, yellow, purple, berry, peach, gray Example:
"blue"