I assume the entire thing "Sending data to a webhook when a row is updated in XYZ table" wouldn't be possible via just MySQL query. However, I am trying to figure out a way to automate the process. Can anyone share some example ways this can be done?
Here's what I intend to automate:
- Whenever any row is updated in table XYZ
- The script should send out data from table ABC, DEF (tables that are connected to the earilier XYZ table) to a webhook URL.
The biggest issue I have is that this MySQL database is locally stored so I have to run the script locally, otherwise, I'd used Zapier for this.
Just need some light on what programs or scripts I should be using.
Thanks