Triggers
Kicking off automations
Each automation must have a single trigger step, this is essentially a watcher - waiting for a particular condition to be met at which point the process will kick off.
Currently there are three main ways that an automation can be triggered:
Saving a row to a particular table
Deleting a row from a particular table
An external trigger in the form of a JSON Webhook
Triggers are internal to the Budibase system and therefore cannot easily be altered - if you have an idea for a good trigger then let us know on our main Github repo! It is also possible to create custom triggers using the external Webhook, create an external application that will trigger on your required conditions and target your Budibase Webhook!
Last updated