Newbie Webhook Basics / Example

Newbie here. Used to code more than I do now, and webhooks are new to me.
I have looked everywhere, but do you know where I can find a simple example of a Zoom Webhook; Visual Studio, C#. Something simple where it accepts the json data in, parses it out, and “you take it from here”…
Or tell me where to start… or tell me not to try…?
This isn’t mission critical - I am looking to be alerted on a callee_missed event.

Thanks for any help. I am blown away by the developer forum here - I wish I was 30 years younger and getting into this. Very cool stuff.

Thank you for any help/advice.

Hi @sappleton,

Thank you for using Zoom and for writing us. We don’t have any Webhook listing examples. Although, a Webhook URL is no different from any other http post request. I’ve found a Stackover post on listening to http request that may be helpful for your use case.

You can use a tool like request bin as a test webhook endpoint, I’ve included a link below for your reference.

https://requestbin.com/

Let me know if you any additional questions.

Best,
Donte

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