Module call_logs_api

Source

Enums§

AddCallLogAudioFileError
struct for typed errors of method add_call_log_audio_file
AddCallLogError
struct for typed errors of method add_call_log
DeleteCallLogError
struct for typed errors of method delete_call_log
GetCallLogError
struct for typed errors of method get_call_log
GetUserCallLogsError
struct for typed errors of method get_user_call_logs

Functions§

add_call_log
Adds a new call log.
add_call_log_audio_file
Adds an audio recording to the call log. That audio can be played by those who have access to the call log object.
delete_call_log
Deletes a call log. If there is an audio recording attached to it, it will also be deleted. The related activity will not be removed by this request. If you want to remove the related activities, please use the endpoint which is specific for activities.
get_call_log
Returns details of a specific call log.
get_user_call_logs
Returns all call logs assigned to a particular user.