POST {{baseUrl}}/contact_center/variables/groups
Create a custom variable group. Scopes: Rate Limit Label: contact_center_variable:write:admin
Light
Body
PARAM
Key | Datatype | Required | Description |
HEADERS
Key | Datatype | Required | Description |
Content-Type
|
string | ||
Accept
|
string |
RESPONSES
status Created
{
"variable_group_id": "<string>",
"variable_group_name": "<string>",
"variable_group_description": "<string>",
"variable_group_type": "custom",
"variable_group_variables_count": 0
} |
ENDPOINTS