I’m primarily using the web messenger, which I understand doesn’t persist user data. So if a user clears their browser data, that chat / response path is no longer accessible.
-
Would it be possible to use a custom response path to work around this limitation? For example, a user id generated my own app would have the benefit of remaining the same no matter what. Even if the chat history is erased, presumably, I could start a chat, send the user id as metadata, and recover the old attributes. Do I understand the mechanics correctly?
-
Is it advisable to mix response paths? That is, keeping most of the chat events on the default response path, but using the custom “user id path” as the persistent data store? Or might it be better to move everything to the custom path?