Webhooks
PowerTable allows you to instantly send transaction results to a specific URL endpoint. This is accomplished by including a webhook URL in your PowerTable app.
The transaction logs contain information about any database changes made by users using PowerTable, including CRUD operations such as Insert, Update, and Delete. It displays detailed information about the transactions, such as the transaction type, number of rows affected by the transaction, status and duration of the transaction, the person who initiated them, etc.
You can view the transaction logs from the PowerTable console, as detailed in this section.
If you want PowerTable to immediately send these transaction logs as notifications to a specific endpoint, you can set up a webhook as explained below:
Click on Setup > Table Settings > Webhook to access this window.

Enter the endpoint's URL in the 'Post URL' text box.
You can also add your required request header by clicking on Add New Header and entering the key-value pair.

Last updated