Automations
Automations framework in Zorp provides the capability to integrate Zorp workflows with your internal system or any 3rd party systems.
Automations are primarily done on transitions

There are primarily two ways to enable Automations on a transition
Conditions can be used to integrate any kind of validations into the workflows. For example, you can validate the transition based on user location or write a Javascript expression.
Few common set of validations are
- Check if the user reached the location they are supposed to reach
- Check if the user picked up all the products that they are supposed to pick
Actions are the primary mode to push data to your internal or 3rd part systems. Zorp provides a REST API connector to integrate with 3rd party APIs
Along with it, Zorp also provides a Push Notification Action and Update Data field action
Last modified 5mo ago