I’m currently using the Gong API (v2/calls/transcript
) to retrieve call transcripts, and each transcript entry lists speakerId
. For better readability and ease of integration, we would prefer to retrieve the actual speaker names or emails instead of just speakerId values.
Is there an option in the Gong API to directly return speaker names or emails? Or, is there an endpoint available that allows us to map speakerId values to corresponding names or emails?
I’d appreciate any insights.
Thanks