Hi, on the webhook’s payload is there any chance t...
# developers
n
Hi, on the webhook’s payload is there any chance that the Zoom’s videocall URL was removed after last update? This is something that is used to be on that payload
Copy code
"videoCallData": {
      "type": "zoom_video",
      "id": 8259.....,
      "password": "",
      "url": "<https://us06web.zoom.us/j/825991>...."
    },
a
@Ali might know more about this as he’s the chief of webhooks!
n
@Ali? 👀
a
I don't suppose so. The payload is fetched from the created calendar event and if the calendar event contains it, the payload should too. Unless the former was modified 🤔 Any ideas @Agusti?
a
No ideas really, it’s possible that zoom has changed the data being returned on their end?
a
Yeah, besides there was no update to webhooks payload from our end for a while. There's an upcoming PR which adds the secret signature to the webhooks, but that's in the header and no change is made to the payload. Plus, it's still under review and not merged, so...
👍 1
a
is for the zod library installation
all the fields are required
in the zoom response
so if some field is undefined the zoom payload won't send