Calls
A Call is made:
- via calling a lead directly or receiving an incoming call (regular call)
- via the dialer using the power behavior (power dialer call)
- via the dialer using the predictive behavior (predictive dialer call)
This is exposed in the call_method field with values regular, power, or predictive.
Every call also has a disposition. The values can be:
answeredif the call was answered.no-answerif the call was not answered.vm-answerif a call was sent to voicemail, but the caller hung up without leaving a message (currently only applicable to incoming calls).vm-leftif a voicemail was left on an incoming call or dropped on an outgoing call.busyif the call was not connected because the destination was busy.blockedif Close did not allow the call to take place, e.g. due to the number being invalid.errorif an unexpected error occurred in Close or on our carrier’s side.abandonedif the call was abandoned. This can only happen with the predictive dialer if no sales rep is available for a connected call.
Calls that connected may be assigned a custom user-defined outcome that will be present in the outcome_id field. See Outcomes to learn more.
The cost of the call is in US cents and is a decimal number.
About note_html and note parameters:
Call notes can be created/updated using either parameter, but setting one will overwrite the other. If both are in the same request, note_html takes precedence.
note_htmlis the preferred input. It supports rich-text content through a subset of HTML. Setting it will populatenotewith a plaintext representation, without guarantees about preserving formatting.noteis for plaintext only. Setting it will populatenote_htmlby escaping HTML code and replacing newlines with<br />tags.
Call transcripts
Call recording and voicemail transcripts can be accessed using this API but are not loaded by default. To load transcripts, use the _fields parameter. The available field names are recording_transcript and voicemail_transcript.
Example transcript in response: