Example of webhook use
Go to https://requestcatcher.com/ and create a webhook for testing (here https://timetonic.requestcatcher.com/).
Go to TimeTonic, the book of your choice and the table where you want to activate this webhook.
To do this, go to the options of the table then select "URL to notify for changes":
Webhook
A new window appears, enter the URL generated by requestcatcher (here https://timetonic.requestcatcher.com/). Don't forget the "/" at the end of the URL:
On modification of a line, the following URL will be called: "https://timetonic.requestcatcher.com/&u_c=clementrml" ("clementrml" is the name of the user who made the modification)
You can go to https://timetonic.requestcatcher.com/ to view the request:
Webhook with parameters
You can also modify the URL in order to display the RowID and TabID in the query (see URL configuration window):
On modification of a record, the following URL is called: https://timetonic.requestcatcher.com//table/137487/row/43250722/&u_c=clementrml
TabID: 137487 RowID: 43250722 UserID: clementrml
The '{tableId}' and '{rowId}' tags have been replaced by the table and row identifier, which can be used in the API if necessary.
Comments
0 comments
Please sign in to leave a comment.