Newer Version Available

This content describes an older version of this product. View Latest

Connectors Call List Input

List of voice calls and recording properties.
Root XML tag
<calls>
JSON example
1{
2   "calls":[ 
3      { 
4         "toPhoneNumber":"+16315122409",
5         "fromPhoneNumber":"+15105024190",
6         "userId":"005R0000000XTJD",
7         "startDateTime":"2019-11-06T19:41:56.000Z",
8         "endDateTime":"2019-11-06T19:41:56.000Z",
9         "callType":"Outbound",
10         "recordingDuration":"300",
11         "externalId":"CAXXXXXYYYYY1",
12         "recordingFormat":"mp3",
13         "activityId":"00Txxxxxxxxxxxx",
14         "recordId":"001xxxxxxxxxxxx",
15         "mediaProviderId":"0hnxxxxxxxxxxxx"
16      },
17      { 
18         "toPhoneNumber":"+16315122409",
19         "fromPhoneNumber":"+15105024190",
20         "userId":"005R0000000XTJD",
21         "startDateTime":"2020-11-06T19:41:56.000Z",
22         "endDateTime":"2020-11-06T19:41:56.000Z",
23         "callType":"Inbound",
24         "recordingDuration":"30",
25         "externalId":"CAXXXXXYYYYY2",
26         "recordingFormat":"mp3",
27         "activityId":"00Txxxxxxxxxxxx",
28         "recordId":"001xxxxxxxxxxxx",
29         "mediaProviderId":"0hnxxxxxxxxxxxx"
30      }
31 ]
32}
Properties
Name Type Description Required or Optional Available Version
calls Connectors Call Input[] List of up to 200 voice calls. Required 49.0