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.
rickkas7
3
Related topics
| Topic | Replies | Views | Activity | |
|---|---|---|---|---|
| Put data to my own database | 11 | 11609 | March 22, 2017 | |
| Getting webhook to post events to a URL | 17 | 809 | March 24, 2023 | |
| Add JSON message from web-hook to MySQL | 5 | 1110 | February 9, 2019 | |
| HTTPS POST to mySQL on localhost | 26 | 11936 | April 5, 2020 | |
| Send json data via php webhook | 3 | 1433 | January 11, 2022 |