Trigger Webhook for each record entered?

Viewing 4 reply threads
  • Author
    Posts
  • October 3, 2022 at 5:47 PM #48058

    Prashant M
    Participant

    Is there a method to trigger a webhooks after saving each record?

    October 6, 2022 at 11:59 PM #48063

    Brendan
    Keymaster

    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.

    October 10, 2022 at 11:41 PM #48088

    Prashant M
    Participant

    This is awesome ! Thanks. I know how to create my webhooks , can I get an example of something like this from scripting perspective?

    October 10, 2022 at 11:59 PM #48089

    Brendan
    Keymaster

    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.

    October 11, 2022 at 7:22 AM #48096

    Prashant M
    Participant

    Thanks Brendan

Viewing 4 reply threads

You must be logged in to reply to this topic.