zendesk-messaging-client
    Preparing search index...

    Type Alias WhatsAppUpdate

    WhatsAppUpdate: IntegrationUpdateBase & {
        accountId?: string | null;
        accountManagementAccessToken?: string | null;
        hsmFallbackLanguage?: string | null;
    }

    Type declaration

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