Conversation entries will NOT be stored on conversationEntry object for Enhanced Messaging channels like Voice, Enhanced Facebook, Enhanced WhatsApp, Messaging for In-App and Web.
Use Connect REST API to fetch query conversation entries for Enhanced Messaging channels via workbench
Steps to fetch the conversation entries via connect REST API :
Step 1 : Log in to the Workbench for the Org from which you wish to retrieve the conversation entries.
Step 2 : Navigate to SOQL Query under "queries" section within workbench to Get the conversationIdentifer by querying on Conversation Object using the ID of the Conversation.
SELECT ConversationIdentifier FROM Conversation where ID = '0DW...'
Example ConversationIdentifier :
2effc31e-2472-4952-9f3f-a7ff2d58c829
Step 3 : Navigate to REST Explorer under "utilities section" within workbench
and add => /connect/conversation/conversationIdentifier/entries to the existing URI /services/data/v58.0
The new URI looks like
/services/data/v58.0/connect/conversation/conversationIdentifier/entries
Now replace the ConversationIdentifier we captured in Step 2 in the below URI :
/connect/conversation/"conversationIdentifier"/entries
URI then looks like :
/services/data/v58.0/connect/conversation/2effc31e-2472-4952-9f3f-a7ff2d58c829/entries
You will now be able to see the Conversation Entries.
Note : This knowledge article is ONLY intended to help you with capturing conversation entries for enhanced messaging channels. Workbench is NOT a supported product of or supported by salesforce.com inc.
003600224

We use three kinds of cookies on our websites: required, functional, and advertising. You can choose whether functional and advertising cookies apply. Click on the different cookie categories to find out more about each category and to change the default settings.
Privacy Statement
Required cookies are necessary for basic website functionality. Some examples include: session cookies needed to transmit the website, authentication cookies, and security cookies.
Functional cookies enhance functions, performance, and services on the website. Some examples include: cookies used to analyze site traffic, cookies used for market research, and cookies used to display advertising that is not directed to a particular individual.
Advertising cookies track activity across websites in order to understand a viewer’s interests, and direct them specific marketing. Some examples include: cookies used for remarketing, or interest-based advertising.