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