Webhook - Reciving software and store in sql

Also, if you’re going to run your own server, you also have the option of not using a web hook at all. Your server can subscribe to the events directly using server-sent events (SSE). Once you have the the data from the events you can do whatever you want with it, including storing it in a SQL database. I do it using Java, but you can use node.js, PHP, Python, whatever you like.

1 Like