{
"timestamp": 178000000234,
"data": {
"workflow_id": "b761cdd784294xxxxxx869f85c",
"workflow_name": "test_api_action4",
"sms_record": {
"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-12T15:00:00Z",
"send_status": "successed",
"is_clicked": 1,
"click_time": "2024-03-12T15:00:00Z",
"content": "【还款提醒】您尾号xxxx的借款已逾期,请及时偿还20310美元",
"send_count": 2
}
}
}
}
curl --location --request POST 'https://api.airudder.com对接方提供此url交给我方配置' \
--header 'User-Agent: Airudder' \
--header 'Content-Type: application/json' \
--data-raw '{
"timestamp": 178000000234,
"data": {
"workflow_id": "b761cdd784294xxxxxx869f85c",
"workflow_name": "test_api_action4",
"sms_record": {
"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-12T15:00:00Z",
"send_status": "successed",
"is_clicked": 1,
"click_time": "2024-03-12T15:00:00Z",
"content": "【还款提醒】您尾号xxxx的借款已逾期,请及时偿还20310美元",
"send_count": 2
}
}
}
}'
{}