...
Table of Contents | ||
---|---|---|
|
Preconditions
Defined templates for all the supported notification types on Meta profile.
Valid credentials for Namirial WhatsApp Gateway.
Valid FileHoster configuration in _globalXML
Enable WhatsApp feature flag in eSignAnyWhere (AllowWhatsAppNotification) and optionally allow WhatsApp for bulk if required by enabling (BulkEnvelopesWithWhatsAppNotifications).
For more information about the feature flags please see /wiki/spaces/eSign/pages/91992775
Limitations
Max character length for the header: 60
Max character length for the body: 1024
Max character length for the button label: 25
Max character length for the button link (base url): 2000
Configuration
Global.xml
Code Block |
---|
<notificationPlugin customPluginId="whatsapp" isDefault="0"> <enabled values="0;1">1</enabled> <assembly>COMPLETE_PATH_TO_namirial.Plugin.Notification.WhatsApp.dll</assembly> <type>namirial.Plugin.Notification.WhatsApp.WhatsApp</type> <pluginConfiguration> <NetworkConfiguration> <NamirialWhatsappGatewayBaseUrl>LINK_TO_NAMIRIAL_WHATSAPP_GATEWAY</NamirialWhatsappGatewayBaseUrl> </NetworkConfiguration> <LocalizationsDirectory>DIRECTORY_PATH_OF_XLIFF_FILES</LocalizationsDirectory> </pluginConfiguration> </notificationPlugin> |
...