Q: Hi, I understand the general concept of "trigger" (an event that makes the bot start its action), but can ...
you please give or reference to a list of triggers examples ?
Faik_Robomotion
May 15, 2024A: Hi,
We have 3 kinds of triggers;
1. File System trigger: fires when a file is created, deleted or modified in a filesystem directory that the robot is watching.
2. Mail trigger: this is actually a mail polling trigger withing the intervals you set, trigger just watches for subject and body patterns in an email, if found fires a flow
3. HTTP trigger: this is a little complex, the idea is, this is a web service end point e robot listens in the background, when any request comes, robot puts the request in a queue and fires a flow. This flow gets the request from the queue and processes it.
The 4th and most used one is actually time trigger or schedules.
Best,