@webitel/api-services
    Preparing search index...
    type UpdateEmail2Body = {
        email: string;
        primary?: boolean;
        type?: WebitelContactsLookup;
        verified?: boolean;
    }
    Index

    Properties

    email: string

    The email address.

    primary?: boolean

    Indicates whether this phone number is default within other channels of the same type(phone).

    verified?: boolean