Sinch Node.js SDK - v1.5.0
    Preparing search index...

    Interface Fax

    interface Fax {
        barCodes?: BarCode[];
        callbackUrl?: string;
        callbackUrlContentType?: string;
        completedTime?: Date;
        contentUrl?: FaxContentUrl;
        coverPageData?: { [key: string]: string };
        coverPageId?: string;
        createTime?: Date;
        direction?: string;
        errorCode?: number;
        errorMessage?: string;
        errorType?: string;
        from?: string;
        hasFile?: string;
        headerPageNumbers?: boolean;
        headerText?: string;
        headerTimeZone?: string;
        id?: string;
        imageConversionMethod?: string;
        labels?: { [key: string]: string };
        maxRetries?: number;
        numberOfPages?: number;
        pagesSentSuccessfully?: number;
        price?: FaxMoney;
        projectId?: string;
        resolution?: string;
        retryCount?: number;
        retryDelaySeconds?: number;
        serviceId?: string;
        status?: string;
        to?: string;
    }
    Index

    Properties

    barCodes?: BarCode[]

    The bar codes found in the fax. This field is populated when Sinch detects bar codes on incoming faxes.

    callbackUrl?: string

    The URL to which a callback will be sent when the fax is completed. The callback will be sent as a POST request with a JSON body. The callback will be sent to the URL specified in the callbackUrl parameter, if provided, otherwise it will be sent to the URL specified in the callbackUrl field of the Fax Service object.

    Note: If a callback URL uses basicauth credentials, when the callback URL is retrieved those credentials are masked. It is not possible to retrieve previously-set credentials through the API.

    callbackUrlContentType?: string

    The content type of the callback.

    completedTime?: Date

    If the job is complete, this is a timestamp representing the time the job was completed.

    contentUrl?: FaxContentUrl

    FaxContentUrl

    coverPageData?: { [key: string]: string }

    You can use this to specify custom data for your cover page that will be sent as part of the fax. It is a key value store. Read more about how to use this here. All keys used must be lower case.

    coverPageId?: string

    The cover page id you want to use for the fax

    createTime?: Date

    A timestamp representing the time when the initial API call was made.

    direction?: string

    FaxDirection

    errorCode?: number

    One of the error numbers listed in the Fax Error Messages section.

    errorMessage?: string

    One of the error messages listed in the Fax Error Messages section.

    errorType?: string

    ErrorType

    from?: string

    A phone number in E.164 format, including the leading '+'.

    hasFile?: string

    Only shown on the fax result. This indicates if the content of the fax is stored with Sinch. (true or false)

    headerPageNumbers?: boolean

    If true, page numbers will be displayed in the header. Default is true.

    headerText?: string

    Text that will be displayed at the top of each page of the fax. 50 characters maximum. Default header text is "-". Note that the header is not applied until the fax is transmitted, so it will not appear on fax PDFs or thumbnails.

    headerTimeZone?: string

    A TZ database name string specifying the timezone for the header timestamp.

    id?: string

    The id of a fax

    imageConversionMethod?: string

    Determines how documents are converted to black and white on OUTBOUND faxes only. Image conversion is not done on INBOUND faxes. Defaults to value selected on Fax Service object.

    labels?: { [key: string]: string }

    You can use this to attach labels to your call that you can use in your applications. It is a key value store.

    maxRetries?: number

    The number of times the fax will be retired before cancel. Default value is set in your fax service. The maximum number of retries is 5.

    numberOfPages?: number

    The number of pages in the fax.

    pagesSentSuccessfully?: number

    The number of pages successfully sent to the receiving side in the fax.

    price?: FaxMoney

    The total price for this fax. This field is populated after the final fax price is calculated.

    projectId?: string

    The Id of the project associated with the call.

    resolution?: string

    Resolution

    retryCount?: number

    The number of times the fax has been retried.

    retryDelaySeconds?: number

    The number of seconds to wait between retries if the fax is not yet completed.

    serviceId?: string

    ID of the fax service used.

    status?: string

    FaxStatus

    to?: string

    A phone number in E.164 format, including the leading '+'.