Hi,
I am using Messaging for two brands, Brand A and Brand B. For authentication, I use JWT which contains: external_id, name, and email.
Question 1: When I create a new channel, I specify the desired brand, but after the user starts a new chat, the brand is not set correctly in the admin panel and the default brand is used. How can this be fixed?
Question 2: If a user uses two products simultaneously (Brand A and Brand B), Zendesk does not allow the creation of a new chat and returns a 409 error. How can I use Messaging for multiple brands and avoid issues when a user with the same email accesses both Brand A and Brand B?