Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

Learn how to automate app processes with Triggers.

What is a Trigger

Trigger executes a set of operations, i.e. operations via external and internal API calls, API based notifications and messaging, based on either Filter's conditions or an external request. 


Triggers can be activated by changes in Filtered sets of (Trigger Scope) :

Triggers use Filters to track data linked to the triggered operations. Currently, Mobsted platform supports triggers ran in automatic mode(Trigger mode) on new records. The trigger runs immediately when a new record appears in a filter. For example, if a Filter looks up in Objects/Users all, who is named John from New York, so every new such person appearing in the database would Trigger needed actions, for example - one or few API Operations.


So the overall logic is : FILTER DATA → TRIGGER ON NEW RECORD → EXECUTE OPERATION


To activate/deactivate Trigger you should Start automatic mode / Stop automatic mode (RED BUTTON)


Check one Example - Using API Operation with trigger





  • No labels