Skip to content

Latest commit

 

History

History
35 lines (28 loc) · 1.34 KB

File metadata and controls

35 lines (28 loc) · 1.34 KB

PhoneCall

Properties

Name Type Description Notes
phoneCallId Integer Phone call id [optional]
callSid String Twilio Call SID [optional]
timeOfCall OffsetDateTime Time of the call [optional]
timeOfCallLocal OffsetDateTime Time of the call, local to the store to which the call was made [optional]
storeId Integer ID of the store that the call was TO [optional]
storeName String Name of the store that the call was TO [optional]
callerName String Name of the caller [optional]
callerUserId Integer UserID of the caller [optional]
callerNumber String Phone number of the caller [optional]
callLengthInSeconds Integer The amount of time the call took [optional]
callStatus CallStatusEnum The status of the call [optional]

Enum: CallStatusEnum

Name Value
QUEUED "Queued"
RINGING "Ringing"
INPROGRESS "InProgress"
COMPLETED "Completed"
FAILED "Failed"
BUSY "Busy"
NOANSWER "NoAnswer"
UNKNOWN "Unknown"
CANCELED "Canceled"