When I create a callback via API, I send data with it. I can't display the data on the script. Yet in the conversation I see clearly that the data is present.
My request to POST /api/v2/conversations/callbacks :
{
"data": {
"message": "test message",
"email": "test email"
},
"scriptId": "cada7c82-3bf8-42f7-9e2b-db2b7413337d",
"queueId": "4557639c-fd08-4600-ac6d-9b561e34608d",
"callbackUserName": "lucas",
"callbackNumbers": [
"+33638977204"
]
}
On my script :
My conversation :
Thank you