โ12-29-2021 07:09 AM
We usually automate applications like Mainframe, home-grown applications of the client and web applications. Is there any feature in WorkAto to support these automations?
โ12-29-2021 07:35 AM
Hi, Gowrisankar! I suppose we need to build a connector for each application, and use it in a recipe to automate the workflow
โ12-31-2021 12:28 AM
Hi Gowrishankar,
There are a number of approaches depending on the application and the supported interfaces:
- If it has an REST or SOAP API you can use the Connector SDK to build a custom connector or start with the universal HTTP connector
- A number of custom/legacy applications use a database and that tends to be the way to integrate - in these scenarios you can use the universal Database connectors (Oracle, MySQL, SQL Server, JDBC, ...)
- The universal files connector is another option as most applications support file imports and export. The on-prem files connector is the one that is most often used.
- On Prem Connector SDK - this is based on the OPA. The OPA is Java based and can provide for integrating with any system or application that has an interface: API, SDK, etc..