{
"workflow_id": "a661808d1a554bcba766a7497cd6ee38",
"workflow_name": "pds-test-1",
"nodetask_id": "1bc79ad640404b2db9dcec510ed43570",
"nodetask_name": "PDS1_6f3983",
"pds": {
"type": "AgentStatus",
"body": {
"agentName": "5001",
"State": "RINGING",
"registerState": "Registered",
"taskId": "task-sample-id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"phoneNumber": "+6211112222",
"callid": "asfj23l4234j23lj",
"contactName": "Jacker",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"mainNumber": "",
"phoneTag": "",
"privateData": "",
"timestamp": "1234305432423",
"talkResultLabel": "",
"talkremarks": "",
"curDayCallCount": {
"auto": 0,
"manual": 0
},
"curDayCallDuration": {
"auto": 0,
"manual": 0
},
"curDayTalkResults": [],
"displayTalkResult": "",
"isConcealCallee": "",
"curDayOnlineDuration": 0,
"curDayRestDuration": 0,
"curWaitingCallCount": 0,
"threewayState": "",
"threewayAccount": "",
"customizeResults": {
"Agent Result": "xxx"
},
"customerInfo": {
"Address": "address"
},
"holdTimestamp": 0,
"holdDuration": {
"auto": 0,
"manual": 0
}
}
}
}
curl --location --request POST '对接方提供此url交给我方配置' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "a661808d1a554bcba766a7497cd6ee38",
"workflow_name": "pds-test-1",
"nodetask_id": "1bc79ad640404b2db9dcec510ed43570",
"nodetask_name": "PDS1_6f3983",
"pds": {
"type": "AgentStatus",
"body": {
"agentName": "5001",
"State": "RINGING",
"registerState": "Registered",
"taskId": "task-sample-id",
"taskName": "task-sample-name",
"groupName": "group-sample-name",
"phoneNumber": "+6211112222",
"callid": "asfj23l4234j23lj",
"contactName": "Jacker",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"mainNumber": "",
"phoneTag": "",
"privateData": "",
"timestamp": "1234305432423",
"talkResultLabel": "",
"talkremarks": "",
"curDayCallCount": {
"auto": 0,
"manual": 0
},
"curDayCallDuration": {
"auto": 0,
"manual": 0
},
"curDayTalkResults": [],
"displayTalkResult": "",
"isConcealCallee": "",
"curDayOnlineDuration": 0,
"curDayRestDuration": 0,
"curWaitingCallCount": 0,
"threewayState": "",
"threewayAccount": "",
"customizeResults": {
"Agent Result": "xxx"
},
"customerInfo": {
"Address": "address"
},
"holdTimestamp": 0,
"holdDuration": {
"auto": 0,
"manual": 0
}
}
}
}'
{}