How to find pre-chat info that was passed when the Chat was initiated in Salesforce?
Salesforce Pre-Chat info will be stored in ConversationContextEntry entity when the chat is initiated. So, we can query the ConversationContextEntry entity. To initiate Salesforce Chat via REST API, please check the ....