Inquiry regarding the Webhook

Hi!
I am making an application using zoom webhooks. I am using the django framework on the website containing the notifications url. However, when I am processing the request which is received by the url, I am getting an empty querydict. I have exempt the csrf token as it is a post request but the request’s body is coming as empty. I have manually checked the url by making manual POST requests from python but over there the query_dict is accurate with the parameters provided. How should I fix this problem? In other words how should I process the request?

Hi @goenkashri,

Happy to help. Have you referenced the schema in our documentation to make sure that your code/framework is expecting the correct object sent by Zoom servers? Additionally, can you ensure that your endpoint returns a 200OK response upon receiving Zoom payloads? I recommend double checking these two items.

Thanks,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.