Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 1.38 KB

FaxDeliveredPayload.md

File metadata and controls

31 lines (19 loc) · 1.38 KB

FaxDeliveredPayload

Properties

Name Type Description Notes
callDurationSecs Integer The duration of the call in seconds. [optional]
connectionId String The ID of the connection used to send the fax. [optional]
direction Direction [optional]
faxId UUID Identifies the fax. [optional]
originalMediaUrl String The original URL to the PDF used for the fax's media. If media_name was supplied, this is omitted [optional]
mediaName String The media_name used for the fax's media. Must point to a file previously uploaded to api.telnyx.com/v2/media by the same user/organization. media_name and media_url/contents can't be submitted together. [optional]
to String The phone number, in E.164 format, the fax will be sent to or SIP URI [optional]
from String The phone number, in E.164 format, the fax will be sent from. [optional]
userId UUID Identifier of the user to whom the fax belongs [optional]
pageCount Integer Number of transferred pages [optional]
status StatusEnum The status of the fax. [optional]

Enum: StatusEnum

Name Value
DELIVERED "delivered"