Triggers
📄️ File System
Your robots can listen a file creation, deletion or modification. If some of them occurs, you can run your flows. To create a file system trigger, you can follow the rules below:
📄️ HTTP
Your robots can listen from a specific port. When some data posted to your server, it is added to specified queue. To create a HTTP trigger, you can follow the rules below:
Your robots can listen for receiving a mail with specific subject. When an email is received with specific subject, you can run your flows. To create a mail trigger, follow the steps below:
📄️ Queue
A flow can be triggered whenever a new item is inserted into a Queue. This is mostly useful for Robomotion Forms, where someone submits a new form and you want to process the data whenever a new submission is done.