Skip to main content
Question

TLDV Transcript added doesn't return meeting host/organizer

  • January 24, 2025
  • 1 reply
  • 10 views

I attempted to integrate TLDV and listen to the “Transcript Added” event. However, I need the meeting host/organizer information from it, but it seems to be missing from the return value. Is it possible to include it?

Did this topic help you find an answer to your question?

1 reply

SamB
Community Manager
Forum|alt.badge.img+11
  • Community Manager
  • 7304 replies
  • January 27, 2025

Hi ​@imat-dev, welcome to the Community! 🎉

You’re right, I did some checking and I couldn’t see the host/organizer information available with that trigger either. I’d recommend reaching out to our Support team to request a new feature for the host/organizer details to be included with the Transcript Added trigger. You can get in touch with them about that here: https://zapier.com/app/get-help.

In the meantime, it looks like tl;dv’s API has an endpoint that would allow you to get the meeting details that would include the organizer’s name and email—see: Get a meeting by its id. So you could potentially use that to search for the meeting details via a Webhooks by Zapier GET action. Check out our Send webhooks in Zaps guide for more details on how to work with webhooks in Zaps. 

The webhook itself would require the ID of the meeting which isn’t output by the Transcript Added trigger, however it looks like the meeting ID is included in the end of the URL in the Meeting Recording Link field:

b68244e08ff14e293d08b38340dd46b6.png

To get that ID from the URL, you could use a Formatter (Text > Split Text) action. You’d need to select the Meeting Recording Link field for the Input, in the Separator field enter / and select Last from the Segment Index field. You can learn more about how to use that sort of Formatter action here: Use Formatter to split text in Zaps.

Hope that helps to get you pointed in the right direction. If you run into any issues on that or have further questions just let us know!