zendesk-messaging-client
    Preparing search index...

    Type Alias MatchCriteriaMailgun

    MatchCriteriaMailgun: MatchCriteriaBase & {
        address: string;
        subject?: string;
        type?: string;
    }

    Type declaration

    • address: string

      The user’s email address.

    • Optionalsubject?: string

      May be specified to set the subject for the outgoing email.

    • Optionaltype?: string

      The channel type.