Right now, there's an unfortunate limitation to the chat widget, in that you cannot pass in values into the chatflow in order to improve the user experience. Our product allows users to sign in just using a phone number, where we also create a user id into them. We can guarantee this user ID is unique. In our support chat bot, before we create the support ticket, we must ask them for their user id. The Conversations api currently only supports "visitor identification", but that requires their email, which we don't necessarily have. I wish to pass in some information (perhaps in the form of a json or something?) into hsConversationSettings, and have it available when I call HubSpotConversations.widget.load
... Mostrar más