Enabling On-Site Messaging (For Automation Service)
To enable On-Site Messaging, set the enabled property to true inside the onSiteMessaging object in your configuration:
{
...
onSiteMessaging: {
enabled: true // defaults to false
}
}The user must first be identified in Metrix using the authorizeUser method in order to receive on-site messages.
Last updated on