tags
Create a new call tag
Creates a new tag for your team. Tags are team-wide labels used to categorize calls. Each tag has a name, an optional description, and a color chosen from a predefined palette (18 hex colors). Tag names should be unique within the team. Once created, tags can be attached to calls for filtering and reporting.
Permission: IVRs Write required.
Monitoring: Not needed. Tag creation works regardless of the Monitoring flag.
post/tags
Request body
Example request
{
"name": "mytag",
"color": "ff6b6b",
"description": "my tag description"
}Response
Successful operation — tag created.