Exemple d'utilisation du webhook
Go to https://requestcatcher.com/ and create a webhook to test here https://timetonic.requestcatcher.com/).
Go to TimeTonic, the workspace of your choice and the table you want to activate this webhook.
To do this, go to the table options and select URL to notify for changes :
Webhook
A new window appears, enter the URL generated by requestcatcher. Don't forget the "/" at the end of the URL:
URL example : https://timetonic.requestcatcher.com/
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 see the request :
Webhook avec paramètres
You can also modify the URL to display the RowID and TabID in the query (see URL configuration window):
URL example : https://timetonic.requestcatcher.com/table/{tableId}/row/{rowId}/
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 required.
Comments
0 comments
Please sign in to leave a comment.