Trying to push a proactive notification to a web guest who chatted with us last week. The documentation is sparse on re-engaging existing users via the JavaScript SDK. I’m initializing the widget like this:
const widget = gcWebMessaging.create({
clientKey: 'my-key',
userId: 'existing-guest-id'
});
The widget loads, but widget.sendProactiveMessage() isn’t a recognized method. Is there a specific API endpoint I need to hit server-side to trigger this, or is this purely a Studio flow requirement? Running into walls here.