CreateConversationCall
Creates an activity. An activity will mark the associated action as completed. Currently, only certain action types can have an activity explicitly created for them.
Input
Name | Type | Required | Description |
To | String | True | Phone number that was called. |
From | String | True | Phone number that call was made from. |
Duration | Integer | True | Duration of call in seconds. |
Recording | String | True | Object containing recording info including the audio file (.mp3, .wav, .ogg, .m4a). |
CallCreatedAt | String | False | Timestamp for when the call started. If not provided, will default to the time the request was received. |
UserGuid | String | True | Guid of the Salesloft User to assign the call to. If not provided, will default to the user within the authentication token. |
Direction | String | False | Call directions. |
Result Set Columns
Name | Type | Description |
To | String | Phone number that was called. |
From | String | Phone number that call was made from. |
Duration | Integer | Duration of call in seconds. |
Recording | String | Object containing recording info including the audio file (.mp3, .wav, .ogg, .m4a). |
CallCreatedAt | String | Timestamp for when the call started. If not provided, will default to the time the request was received. |
UserGuid | String | Guid of the Salesloft User to assign the call to. If not provided, will default to the user within the authentication token. |
Direction | String | Call directions. |