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

    Interface ContactInfoMessageItem

    interface ContactInfoMessageItem {
        addresses?: AddressInfo[];
        birthday?: string;
        email_addresses?: EmailInfo[];
        name: NameInfo;
        organization?: OrganizationInfo;
        phone_numbers: PhoneNumberInfo[];
        urls?: UrlInfo[];
    }
    Index

    Properties

    addresses?: AddressInfo[]

    Physical addresses of the contact

    birthday?: string

    Date of birth in YYYY-MM-DD format.

    email_addresses?: EmailInfo[]

    Email addresses of the contact

    name: NameInfo

    NameInfo

    organization?: OrganizationInfo

    OrganizationInfo

    phone_numbers: PhoneNumberInfo[]

    Phone numbers of the contact

    urls?: UrlInfo[]

    URLs/websites associated with the contact