{
"workflow_id": "0ca6e3a59cf74630906683882aa5111",
"callee": "+8610086",
"node_id": "1d78b96d74c24737b186da7bcb23a2f8",
"case_id": "caseid"
}
curl --location --request POST 'https://api.airudder.com/service/cloud/workflow/apinoticeinfo' \
--header 'Authorization;' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"workflow_id": "0ca6e3a59cf74630906683882aa5111",
"callee": "+8610086",
"node_id": "1d78b96d74c24737b186da7bcb23a2f8",
"case_id": "caseid"
}'
{
"data": {
"workflow_id": "0ca6e3a59cf74630906683882aa57d6e",
"workflow_name": "test-api-notice-5",
"node_id": "1d78b96d74c24737b186da7bcb23a2f8",
"node_name": "API1",
"callee": {
"case_id": "caseid",
"callee_name": "dean",
"callee_gender": "",
"callee_number": "+8610086",
"platform_name": "TEST",
"extra_a": "hello world",
"extra_b": "",
"extra_c": "",
"extra": [
{
"Content": "xxx",
"Question": "test"
}
],
"extend": {
"variables": {
"customer_name": "test-user1",
"gender": "male",
"location": "Silicon Valley"
}
}
},
"custom_attribute": {},
"call": {
"task_id": "cf65ff5f5fdcaf012c736f91cf20c5cb",
"call_id": "04dab780389f0a985773d8a596ce0563",
"robot_id": "4684",
"call_start_time": "2023-01-11 17:00:52",
"call_end_time": "2023-01-11 17:00:52",
"call_times": 1,
"ring_type": "notmatch",
"hangup_type": "ByCallee",
"intention": "F",
"slots": "",
"multi_label": {},
"asr_ptp": "",
"asr_result": []
}
},
"status": "OK",
"code": 200
}