Is there a method to trigger a webhooks after saving each record?
Records are saved after every value is changed. You could setup a Script Field which monitors the values of a specific field (or fields) and then execute some web service call whenever the value in that field (or fields) changes.
This is awesome ! Thanks. I know how to create my webhooks , can I get an example of something like this from scripting perspective?
Sure. Have a look at the Scripting instructions in the online user manual:
https://www.tapforms.com/help-mac/5.3/en/topic/scripts
Look for the topic on that page called Fetch Movie Data From Web Service
That script will monitor the changes made to a barcode field. If that field changes, Tap Forms will make a web service call to fetch a JSON object related to the movie for the barcode entered. Then it will populate the fields in that record from the data fetched from the web service.