zendesk-messaging-client
    Preparing search index...

    Type Alias AppleWritable

    AppleWritable: IntegrationWritable & { type: "apple" } & {
        apiSecret: string;
        authenticationMessageSecret?: string;
        businessId: string;
        mspId: string;
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "apple"
    • apiSecret: string

      Your Apple API secret which is tied to your Messaging Service Provider.

    • 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.