Hi Team,
I need a little help with translation maps when creating an action.
My Raw response is: (I removed the qualifier and queue id for this post.)
{
"systemToOrganizationMappings": {
"OFFLINE": [
""
]
},
"results": [
{
"group": {
"queueId": ""
},
"data": [
{
"metric": "oOffQueueUsers",
"qualifier": "",
"stats": {
"count": 1
}
}
]
}
]
}
I am trying to get the count value but the following is not working for me.
{
"translationMap": {
"count": "$.count"
},
"translationMapDefaults": {},
"successTemplate": "${count}"
}
Any help would be massively appreciated, thank you.