{
"name": "test4",
"sector":"cars",
"filters": {
"calls": {
"status__in": [
"Answered"
],
"call_duration__gte": 10
}
},
"moments_inbound": {
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
],
"negative": [
"This is negative"
]
},
"moments_outbound": {
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
],
"negative": [
"This is negative"
]
},
"description": "A car dealership in the sale of used and new vehicles."
}curl --location 'https://api.sudonum.com.com/v2/sumi/config' \
--header 'Content-Type: application/json' \
--data '{
"name": "test4",
"sector":"cars",
"filters": {
"calls": {
"status__in": [
"Answered"
],
"call_duration__gte": 10
}
},
"moments_inbound": {
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
],
"negative": [
"This is negative"
]
},
"moments_outbound": {
"positive": [
"This is positive",
"another1",
"another2",
"another3",
"another4",
"another5"
],
"negative": [
"This is negative"
]
},
"description": "A car dealership in the sale of used and new vehicles."
}'{
"moments": [
"Please use moments_inbound or moments_outbound instead."
]
}