Create Project Call

Create a new phone call record associated with a project

Authentication

x-api-keystring
API Key authentication via header

Path parameters

project_idstringRequired

Request

This endpoint expects an object.
fromNumberstringRequired
Phone number that initiated the call
toNumberstringRequired
Phone number that received the call
isInboundbooleanRequiredDefaults to false

Whether the call was inbound (true) or outbound (false)

startTimestringRequiredformat: "date-time"
When the call started
endTimestringRequiredformat: "date-time"
When the call ended
reasonenumRequired
Reason for the call
dispositionenumRequired
Call disposition
outcomeenumOptional
Call outcome
notestringOptional
Notes about the call
recordingUrlstringOptional
URL to the call recording
transcriptUrlstringOptional
URL to the call transcript

Response

Call record created successfully
idinteger
Call identifier
fromNumberstring
Phone number that initiated the call
toNumberstring
Phone number that received the call
isInboundboolean

Whether the call was inbound (true) or outbound (false)

createdAtstringformat: "date-time"
Creation timestamp
updatedAtstringformat: "date-time"
Last update timestamp
outcomeenum or nullOptional
Call outcome
startTimestring or nullOptionalformat: "date-time"
When the call started
endTimestring or nullOptionalformat: "date-time"
When the call ended
reasonenum or nullOptional
Reason for the call
dispositionenum or nullOptional
Call disposition
notestring or nullOptional
Notes about the call
recordingUrlstring or nullOptional
URL to the call recording
transcriptUrlstring or nullOptional
URL to the call transcript
missedCountinteger or nullOptional
Number of times the call was missed

Errors

400
Bad Request Error
401
Unauthorized Error