Authorization: ********************
{
"ruleset": {
"ruleset_sid": 0,
"name": "string",
"description": "string",
"country": "COUNTRY_UNDEFINED",
"responses": [
{
"agent_call_response": "string",
"comparitors": [
{
"value": "string",
"expiration": 0
}
]
}
]
}
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/createagentresponseautorules' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ruleset": {
"ruleset_sid": 0,
"name": "string",
"description": "string",
"country": "COUNTRY_UNDEFINED",
"responses": [
{
"agent_call_response": "string",
"comparitors": [
{
"value": "string",
"expiration": 0
}
]
}
]
}
}'
{}