Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

REST Connectors Apps are developed in Serviceaide Automation to facilitate connecting to your organization-specific third-party systems. These are custom connectors apps that can integrate with a system that supports REST protocol. Workflow developers can create integration REST operations that can connect to a target system and execute configured tasks. Using the connectorsoperations, you can define a series of tasks and automate complex business processes in your organization using these connectors.

...

In Serviceaide Automation, REST Connectors are built using Workflow Designer. The designer facilitates complex business workflows using the globally recognized BPMN standards. Business Process Modeling Notation (BPMN) is a graphical representation method that is used to design and depict the steps of a business process. Using BPMN notations, we can visually represent the detailed sequence of business activities and information flows that complete the business process. Developers can easily drag and drop connectors and build the sequence of tasks to be executed, and information flow from one step to another.

Serviceaide Automation support two types of REST Operations:

...

Global REST Operations: These operations are created at the tenant level and can be used in any workflow. Here we define the API, parameters to be passed to the web service, Request payload, and the attributes to hold the response received from the web services. Workflow developers can reference these global REST operations in any workflow. When used in a workflow, a local copy of the selected operation is created and linked to the workflow. The operation at the workflow level is local to the workflow and can be used as-is or edited as required. Any change in the local copy does not impact the Global operation or and vice-versa.

For more information on how to create the global Operation, refer to Create Integration Operations.

Info

Serviceaide Automation provides a wide range of Out-of-the-box connectors that can be configured to connect to your third-party systems and execute tasks such as Creating Tickets, Send Notifications, Adding Worklogs, Change Priority, etc. You may get in touch with the support team for more details.

...