zendesk-messaging-client
    Preparing search index...

    Type Alias WhatsappWritable

    WhatsappWritable: IntegrationWritable & { type: "whatsapp" } & {
        accountId?: string | null;
        accountManagementAccessToken?: string | null;
        hsmFallbackLanguage?: string | null;
        type?: string;
    } & DefaultResponderId & DefaultResponderWritable

    Type declaration

    • type: "whatsapp"
    • OptionalaccountId?: string | null

      The business ID associated with the WhatsApp account. In combination with accountManagementAccessToken, it’s used for Message Template Reconstruction.

    • OptionalaccountManagementAccessToken?: string | null

      An access token associated with the accountId used to query the WhatsApp Account Management API. In combination with accountId, it’s used for Message Template Reconstruction.

    • OptionalhsmFallbackLanguage?: string | null

      Specify a fallback language to use when sending WhatsApp message template using the short hand syntax. Defaults to en_US. See WhatsApp documentation for more info.

    • Optionaltype?: string

      To configure a WhatsApp integration, use your WhatsApp API Client connection information. Sunshine Conversations can provide WhatsApp API Client hosting for approved brands. See our WhatsApp guide for more details on WhatsApp API Client hosting.