{
"workflow_id": "a661808d1a554bcba766a7497cd6ee38",
"workflow_name": "pds-test-1",
"nodetask_id": "1bc79ad640404b2db9dcec510ed43570",
"nodetask_name": "PDS1_6f3983",
"pds": {
"type": "AgentStatus",
"body": {
"agentName": "agent-test-1",
"registerState": "Registered",
"State": "TALKRESULT",
"taskId": "24d5389573c54d4d9776aad8213dc57a",
"taskName": "wf_pds_task_9ab1a02b4eeb44c8b8af2efac8e87f6d",
"groupName": "group2",
"phoneNumber": "+86123123",
"callid": "7b26855b20ea4f1b8fa0f78675412345",
"contactName": "",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"privateData": "e3740a60419f4ddbb3eb3ea81012345",
"timestamp": "1668739507150",
"talkResultLabel": "Have_Intention",
"curDayCallCount": 0,
"curDayCallDuration": 0,
"curDayTalkResults": [
{
"talkResult": "Have_Intention",
"count": 1
},
{
"talkResult": "Have_No_Intention",
"count": 0
},
{
"talkResult": "Voicemail",
"count": 0
},
{
"talkResult": "Have_Loan_Payday",
"count": 0
},
{
"talkResult": "Agree",
"count": 0
}
],
"displayTalkResult": "Agree",
"isConcealCallee": "",
"curDayOnlineDuration": 3155,
"curDayRestDuration": 0,
"curWaitingCallCount": 0,
"groupUnallocatedCall": 0,
"earliestCallWaitTime": 0,
"threewayState": "",
"threewayAccount": ""
}
}
}
curl --location --request POST 'The counterparty provides us with the URL to configure in the workflow.' \
--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": "agent-test-1",
"registerState": "Registered",
"State": "TALKRESULT",
"taskId": "24d5389573c54d4d9776aad8213dc57a",
"taskName": "wf_pds_task_9ab1a02b4eeb44c8b8af2efac8e87f6d",
"groupName": "group2",
"phoneNumber": "+86123123",
"callid": "7b26855b20ea4f1b8fa0f78675412345",
"contactName": "",
"address": "",
"info1": "",
"info2": "",
"info3": "",
"remark": "",
"privateData": "e3740a60419f4ddbb3eb3ea81012345",
"timestamp": "1668739507150",
"talkResultLabel": "Have_Intention",
"curDayCallCount": 0,
"curDayCallDuration": 0,
"curDayTalkResults": [
{
"talkResult": "Have_Intention",
"count": 1
},
{
"talkResult": "Have_No_Intention",
"count": 0
},
{
"talkResult": "Voicemail",
"count": 0
},
{
"talkResult": "Have_Loan_Payday",
"count": 0
},
{
"talkResult": "Agree",
"count": 0
}
],
"displayTalkResult": "Agree",
"isConcealCallee": "",
"curDayOnlineDuration": 3155,
"curDayRestDuration": 0,
"curWaitingCallCount": 0,
"groupUnallocatedCall": 0,
"earliestCallWaitTime": 0,
"threewayState": "",
"threewayAccount": ""
}
}
}'
{}