Create Client Call
Create a new phone call record associated with a client
Authentication
x-api-keystring
API Key authentication via header
Path parameters
clientId
Client identifier
Request
This endpoint expects an object.
fromNumber
Phone number that initiated the call
toNumber
Phone number that received the call
isInbound
Whether the call was inbound (true) or outbound (false)
startTime
When the call started
endTime
When the call ended
reason
Reason for the call
disposition
Call disposition
outcome
Call outcome
Allowed values:
note
Notes about the call
recordingUrl
URL to the call recording
transcriptUrl
URL to the call transcript
Response
Call record created successfully
id
Call identifier
fromNumber
Phone number that initiated the call
toNumber
Phone number that received the call
isInbound
Whether the call was inbound (true) or outbound (false)
createdAt
Creation timestamp
updatedAt
Last update timestamp
outcome
Call outcome
Allowed values:
startTime
When the call started
endTime
When the call ended
reason
Reason for the call
disposition
Call disposition
note
Notes about the call
recordingUrl
URL to the call recording
transcriptUrl
URL to the call transcript
missedCount
Number of times the call was missed
