Authorization: ********************
{
"portal_link_id": "string",
"portal_id": "string",
"segment": 0,
"choice": 0,
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"call_sid": 0,
"call_type": "INBOUND",
"request_origin": "REQUEST_ORIGIN_UNKNOWN"
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/integrations/processworkflow' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"portal_link_id": "string",
"portal_id": "string",
"segment": 0,
"choice": 0,
"params": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
},
"call_sid": 0,
"call_type": "INBOUND",
"request_origin": "REQUEST_ORIGIN_UNKNOWN"
}'
{
"success": true,
"data": {
"property1": {
"bool_val": true
},
"property2": {
"bool_val": true
}
}
}