Trying to pass in attributes when creating a callback via Interaction Web Tools, the callback is created successfully but without the attribute, can anyone tell me what I'm doing wrong?
This is my request body:
{
"target": "Test Callback",
"targettype": "Workgroup",
"participant": {
"name": "Mr Megoo",
"credentials": null,
"telephone": "1234567890"
},
"customInfo": "blah blah blah",
"attributes" : {
"Hello_World" : "True"
},
"language": "en-us",
"clientToken": "deprecated"
}