zendesk-messaging-client
    Preparing search index...

    Type Alias AppleReadable

    AppleReadable: IntegrationReadable & { type: "apple" } & {
        authenticationMessageSecret?: string;
        businessId: string;
        mspId: string;
        type?: string;
    } & DefaultResponderReadable

    Type declaration

    • type: "apple"
    • OptionalauthenticationMessageSecret?: string

      A secret used to create the state value when sending Apple authentication 2.0 messages

    • businessId: string

      Apple Messages for Business ID.

    • mspId: string

      Your Messaging Service Provider ID.

    • Optionaltype?: string

      To configure an Apple Messages for Business integration, acquire the required information and call the Create Integration endpoint.