Monitors failures in the Easybots' solutions.
Logs all the failures, and every 5 minutes sends an email with all the failures to the specified user.
Setup:
- After installing this solution, enter the email where emails should be sent.
Get notification when some of your easybots' solutions fails unexpectedly or throws exception.
Combine it with the email app, and you can get an email each time something goes wrong with the execution of the solution on your machine.
Text Formatters are bots that know how to replace words in a text.
For example:
- Bots contain text template in the form: "Hello <<name>>!".
- '<<name>>' is a text variable, and will appear as input in the Easybots' editor.
- if 'name' = "World", the result text will be "Hello World!".
These bots are very useful when sharing solutions with other users, where the user needs to change only some words in long text..
Get notification when a Easybots' variable has changed, or control your variables from the Easybots' solutions - this app exposes the easybots' variables as bots so that you can use them with other bots and change variable values from your solutions.