Authorization: ********************
{
"client_sid": 0,
"agent_sid": 0,
"data": {
"call_sid": 0,
"call_type": "INBOUND",
"scheduled_callback_id": "string"
},
"hunt_group_sid": 0
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v0alpha/p3api/getmailmerge' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_sid": 0,
"agent_sid": 0,
"data": {
"call_sid": 0,
"call_type": "INBOUND",
"scheduled_callback_id": "string"
},
"hunt_group_sid": 0
}'
{
"agent_info": {
"property1": "string",
"property2": "string"
},
"custom_data": {
"property1": "string",
"property2": "string"
},
"data_collect": {
"property1": "string",
"property2": "string"
},
"data_dip": {
"property1": "string",
"property2": "string"
},
"ivr": {
"property1": "string",
"property2": "string"
},
"scheduled_call": {
"property1": "string",
"property2": "string"
},
"tts": {
"property1": "string",
"property2": "string"
},
"zip_phone_metadata": {
"property1": "string",
"property2": "string"
},
"journey_retrieved_data": {
"property1": "string",
"property2": "string"
},
"integration_data": {
"property1": "string",
"property2": "string"
}
}