Skip to Content
AI Powered Docs! 🤖 These docs are translated with AI, so keep an eye out for minor quirks. We're always improving!
TechnicalWeb On-site Messaging

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