Anyone got a best practice, tips or tools for webhook handlers exposure to wan in Wappler during development?
What do people use ?, just routing/nat on network… Ngrok/Ultrahook
Any feedback appreciated
Anyone got a best practice, tips or tools for webhook handlers exposure to wan in Wappler during development?
What do people use ?, just routing/nat on network… Ngrok/Ultrahook
Any feedback appreciated
We will finalize our webhooks integration in the update this week and publish more docs about it.
You won’t have to do anything difficult to fully integrate with webhooks - but just define the events you want to receive notifications on in Wappler and add the Server Connect actions to them you want to execute.
Webhooks are in general very useful to execute actions upon Stripe payment confirmation, like confirmation sending emails and/or adding the purchases to your own database.
There are also useful webhooks events to notify you just before a customer is charged for a subscription for example, or other useful stuff.
You can see a list of events at:
https://stripe.com/docs/api/events/types
I use a remote development target so I don't have to add ngrok into the mix or use any local cli alternative. Reduces the complexity.
Also with the upcoming integration with the Stripe CLI, you will be able to redirect all your stripe webhooks directly to your local dev server.
So it is perfect for testing and development. And no need for any other services like ngrok.
See: