WebDAV extensions and EWS extensions to read from Exchange and either write, getinfo, delete, etc on emails. (or a direct Exchange connectorthat would allow for these actions)
The ability to run multiple actions in parallel using joins and parallels actions within flow control.
The ability to call web services and http requests.
The ability to assign variables manually.
The ability to set break points and next flow control manually.
The ability to have triggers that monitor SQL tables for updates.
Hi
Thanks for the suggestions.
Automise 3 currently includes the following actions which you can look at which may help:
- Async Action Groups - Allows you to run all child actions in parallel
- Web Service Actions - Allow you to call a web service and read the returned value(s) into Automise variables, as well as a Web Service Iterator which allows you to call a web service and loop over all the values returned.
- HTTP Get action - Allows you to download a file via HTTP
- Ability to set break points to assist in debugging of scripts
- Ability to set variable watches and modify the variable value at run time
Regards,
Steve