Could you use the Visitor information and Behavior targeting? If the user is on one of your specific lists it would show a different chat than if they are unknown.
Chatflows setup checking if user is in the database first
resolver
To set up chatflows to check if a user is an existing contact, you typically need to integrate your chat system with your contact database or CRM. Once integrated, you can use conditional logic in the chatflow to check the provided email address against your database. If it matches an existing contact, you can trigger one response; otherwise, trigger a different response for new users. Specific implementation details would depend on the chat platform or software you're using, so consulting its documentation or support team may be necessary for precise instructions.
Could you use the Visitor information and Behavior targeting? If the user is on one of your specific lists it would show a different chat than if they are unknown.
Chatflows setup checking if user is in the database first
resolver
Hey Josh! Thanks for this. Very helpful! We wanted only a specific question within a Chatflow to be different if they're a customer but it seems we have to create/duplicate the same Chatfow but with different Target instead to make it work. Appreciate the help!