Automation

Automation provides integration of DB-Views with any 3rd-party system and many leading integration and automation platforms, for instance, Zapier, SnapLogic, Make (formerly Integromat), Jitterbit and more.

DB-Views automation supports event triggers and REST API actions.

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. DB-Views 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.