Automation
Event triggers
To define event triggers, open the Advanced tab of the Table Properties form.
You may define REST calls issued on row creation, deletion or modification. The Deby.AI app will issue a POST call to the provided webhook to trigger your system for action.
CRUD API Actions
With the CRUD API, you can implement integrations that create, read, search, update and delete rows in any table.
To make API calls, open the API tab of the Table Properties form. Click on the specific button to copy the call parameters to the clipboard. Then. you may paste the code to your application code.