Skip to main content
POST
Create Call Tag

Authorizations

Authorization
string
header
required

Body

application/json
name
string
required

The name of the call tag

description
string
required

A description of what this tag represents

color
string
required

A hex color code for the tag (e.g., #FF5733)

Pattern: ^#[0-9A-Fa-f]{6}$
always_enabled
boolean
default:false

Whether this tag is always enabled for all calls

Response

Call Tag Created Successfully

success
boolean
default:true
required
call_tag
Call Tag Response · object
required