curl --location --request GET 'https://api.airudder.com/service/cloud/workflow/smslist?workflow_id=&nodetask_id&callee&case_id&page&page_size' \
--header 'Authorization;'
{
"data": {
"workflow_id": "b761cdd784294xxxxxx869f85c",
"workflow_name": "test_api_action4",
"records": [
{
"nodetask_id": "6ade9e4443xxxxxx43a54b58",
"nodetask_name": "API1",
"callee": {
"case_id": "123456.0",
"callee": "+861xxxxxx721",
"variables": {
"platform": "AIRUDDER",
"comments": "123456.0",
"borrowed_date": "2024-02-01",
"due_date": "2024-03-07",
"borrowed_amount": "20000.00",
"total_owing_amount": "20310.00",
"currency": "USD",
"extra_d": "d"
}
},
"sms": {
"sms_uuid": "sms_001",
"submit_time": "2024-03-12T14:55:30Z",
"send_status": "successed",
"is_clicked": 1,
"click_time": "2024-03-12T14:55:30Z",
"content": "【还款提醒】您尾号xxxx的借款已逾期,请及时偿还20310美元",
"send_count": 2
}
},
{
"nodetask_id": "6ade9e4443xxxxxx43a54b59",
"nodetask_name": "API1",
"callee": {
"case_id": "123456.0",
"callee": "+861xxxxxx721",
"variables": {
"platform": "AIRUDDER",
"comments": "123456.0",
"borrowed_date": "2024-02-01",
"due_date": "2024-03-07",
"borrowed_amount": "20000.00",
"total_owing_amount": "20310.00",
"currency": "USD",
"extra_d": "d"
}
},
"sms": {
"sms_uuid": "sms_002",
"submit_time": "2024-03-12T15:00:00Z",
"send_status": "failed",
"is_clicked": 0,
"click_time": "",
"content": "【还款提醒】您的借款即将到期,请注意还款日...",
"send_count": 0
}
}
],
"page": 1,
"total_count": 2
},
"status": "OK",
"code": 200
}