Possible to receive edit a meeting webhook based on meeting uuid rather than meeting id

Hi @chrismurrph,

Thanks for raising this, and you’re correct about this within the context of meetings scheduled using a PMI. Our webhooks will return the PMI ID in their payload, which is currently expected behavior. More details on this here as well.

If you need to keep track of unique occurrences of meetings based on PMI, you can also query our List Ended Meeting Instances API based on PMI as well—this will return UUIDs for ended meeting instances:

Let me know if this is helpful. :slight_smile:
Will