Svix Demo App Walkthrough

Sdílet
Vložit
  • čas přidán 26. 04. 2023
  • If you're building a webhook service and want scalable webhooks without the hassle, check us out at svix.com.
    Tom walks us through a demo app implementation of the Svix webhook service.

Komentáře • 4

  • @DevArjun
    @DevArjun Před rokem +2

  • @riwamouawi6007
    @riwamouawi6007 Před 2 měsíci

    Hi, I have a zoom webhook that gets me data about zoom meetings and I've added svix as an endpoint. I can see the zoom meeting data in svix play, however, I need this info in my code so I can insert into my database. What's the best approach to achieve that? Is it through an integration with ngrok? Any recommendations?

    • @SvixHQ
      @SvixHQ  Před 2 měsíci

      Svix Play is a testing tool that helps you inspect payloads and headers. If you want to receive Zoom webhooks and use the data in your application, you'll need to create your own endpoint that handles the webhook.