post https://api.talkdeskapp.com/record-lists//upload-requests
Create a signed URL to upload a CSV file into an existing record list
Scope
record-lists:manage
Request Body (required)
{
"csv_metadata": {
"filename": "recordList.csv",
"byte_size": 413,
"checksum": "d2c07dcf1589304317056dd7e28e32b8",
"content_type": "text/csv"
},
"callback_action": {
"endpoint": "http://endpoint/callback",
"method": "POST",
"body": {
"address": "old street"
},
"headers": {
"x-api-key": "secret key"
}
},
"send_atlas_notification": true
}