zendesk-messaging-client
    Preparing search index...

    Type Alias MatchCriteriaMessagebird

    MatchCriteriaMessagebird: MatchCriteriaBase & {
        phoneNumber: string;
        type?: string;
    }

    Type declaration

    • phoneNumber: string

      The user’s phone number. It must contain the + prefix and the country code. Examples of valid phone numbers: +1 212-555-2368, +12125552368, +1 212 555 2368. Examples of invalid phone numbers: 212 555 2368, 1 212 555 2368.

    • Optionaltype?: string

      The channel type.