@Jacob Shaw @Tim Smith @Greg Boston
We are utilizing the embeddable framework and leveraging the getTranscript event to retrieve transcript data. I've provided the documentation below for your reference.
https://developer.genesys.cloud/platform/embeddable-framework/actions/Interaction/Message/Interaction.Message.getTranscript
Issue: After the image upload, no valid data is received - instead, undefined is returned.
Issue Reproducing:
Upload any image using the embeddable framework. Then, check the interaction details-within the messageTranscripts array, you'll find that the body key in the message object is undefined.
Sample code:
if (eventName == "interactionDisconnected" && interaction.isMessage && interaction.messageType) {
window.PureCloud.Interaction.Message.getTranscript({
interactionId: interaction.id,
callback: function (data) {
interaction.messageTranscript = data;
queuePostMessage({ ...processCallLogObject });
}
});
}
Please check the below screenshot.

Sharing the video here: 21.04.2025_11.17.17_REC.mp4
Please let me know if any details are required.
Genesys Cloud Developer Center
Developer-focused guides, tutorials, API Documentation, videos, and more for Genesys Cloud
#EmbeddableFramework#Integrations#WebMessaging------------------------------
Sai Shankar
x
------------------------------