{
"workflow_id": "2b6951a25b434657b94d4d60d96fcf18",
"workflow_name": "pds-test20",
"nodetask_id": "5abeb76b414c4b8da455a253dac7bd86",
"nodetask_name": "PDS1_cc18c2",
"pds": {
"type": "ContactStatus",
"body": {
"taskId": "task-sample-id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"state": "RINGING",
"phoneNumber": "+6211112222",
"callid": "23fafafr34r2342323",
"contactName": "Jacker",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"mainNumber": "",
"phoneTag": "",
"privateData": "",
"hangupReason": 0,
"timestamp": "1234305432423",
"recLink": "http://airudder.recording/afjaljfjl3223.wav",
"nthCall": 1,
"talkremarks": "",
"callResultType": "AgentReject",
"customerInfo": {
"Address": "xd"
}
}
}
}
curl --location --request POST '对接方提供此url交给我方配置' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "2b6951a25b434657b94d4d60d96fcf18",
"workflow_name": "pds-test20",
"nodetask_id": "5abeb76b414c4b8da455a253dac7bd86",
"nodetask_name": "PDS1_cc18c2",
"pds": {
"type": "ContactStatus",
"body": {
"taskId": "task-sample-id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"state": "RINGING",
"phoneNumber": "+6211112222",
"callid": "23fafafr34r2342323",
"contactName": "Jacker",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"mainNumber": "",
"phoneTag": "",
"privateData": "",
"hangupReason": 0,
"timestamp": "1234305432423",
"recLink": "http://airudder.recording/afjaljfjl3223.wav",
"nthCall": 1,
"talkremarks": "",
"callResultType": "AgentReject",
"customerInfo": {
"Address": "xd"
}
}
}
}'
{}