Enate UiPath Activity Libraries

Details of Enate's UiPath Activity Libraries.

Enate UiPath Activity Library - Overview

The Enate Workflow Activity Library allows easy integration with Enate’s enterprise workflow engine. It allows bots to get work from the Enate platform, edit the data, add or download files and update the Enate platform. We can also create new work items on the Enate platform using the activities.

The .Net Workflow Activity library allows easy integration with Enate v2021.1 and above. The Activities will perform authentication when necessary and allow a single authentication token to be passed between concurrent calls to improve performance.

Authentication will be done through the Authenticate Activity. This will return an Authentication Token which can then be passed to the other Enate Activities.

All date/time values are passed in UTC and each Enate Activity has a standard set of 4 arguments:

  • PlatformURL (String) - This should be set to the URL of your Enate instance, as you would type in a portal to get to the login page. e.g. https://hosting.enate.net/MyInstance

  • Username (String) - Any valid Username for your Enate instance. Only required if AuthenticationToken is not set or has expired.

  • Password (String) - The current Password for the user account specified in Username. Only required if AuthenticationToken is not set or has expired.

  • AuthenticationToken (String) - After an initial call to an Activity has succeeded its authentication token can be reused if the next call is made within the configured timeout window. The timeout is configured per customer instance so please check your token validity duration with Enate Support.

Note: Username/Password has been removed from all activities except Authenticate* Username/Password has now been removed from all activities and you now need to use the Authenticate Activity to get an Authentication Token, which can then be passed to the other activities. This change was required for the “SwitchToLive/SwitchToTest” activities as they rely on the token.

Each successful Activity will output a new AuthenticationToken that resets the timeout window.

All activities can be found in the Activities panel, under Enate > Workflow > Activities.

These activities enable you to build complex rules for interacting with the Enate platform combining them with UiPath’s built-in functionality for if/else or switching to make conditional decisions for powerful workflows.

You can find all of Enate's Activity Libraries in the sections below, as well as explanations of each of the activities available.

Check out the setting up the Enate Activity Library in UiPath Studio section which details how to install this file in UiPath Studio to get access to Enate's dedicated Activity library.

Latest Enate Activity Library

Activity Library v1.3.0

This release focuses on upgrading workflows from Windows Legacy to Windows.

Previous Activity Libraries

Activity Library v1.2.18

In this release we have updated the GetCommunications and SendEmailCommunication activities to align with the updated APIs in Enate following the most recent product release.

This version of the UiPath package only works with version 2022.5 and above of Enate.

Activity Library v1.2.13

In sync with the release of version 2022.5 of Enate and the customer GUID field in the /Packet/GetContexts API being made mandatory, the GetTicketProcess, GetCaseProcess, GetCaseProcesses and GetCaseAttribute activities have been updated.

Note that the GUI for the GetCaseProcess activity is yet to be finalised, but users can still enter property fields in the Properties window on the right.

Also note that for the GetCaseProcesses activity, the Customer Name property has now been made mandatory.

This version of the UiPath package only works with version 2022.4 and above of Enate.

Activity Library v1.2.8

You can download the Enate UiPath Activity Library v1.2.8 from the links below. In this version we have improved saving work item communication attachments. Previously when saving an email attachment, if a special character(s) was present in the file name, the special character(s) would be replaced by an empty space upon saving. Now when saving email attachments with special character(s) in their name, the name of the file is not changed - the special character(s) are included.

Activity Library v1.2.5

In this version we have added a new field in the CreateCase and CreateTicket activities called Do Not Send Automated Emails’. When the Boolean value is set to True, the request acknowledgement email will not be triggered/sent. When the Boolean value is set to False or the field is left empty, the request acknowledgement email will be triggered/sent.

Note: the Do Not Send Automated Emails’ field in the CreateCase activity will only work in Enate versions of 2022.4 and above. However, the Do Not Send Automated Emails’ field in the CreateTicket activity will work in Enate versions of 2021.1 and above.

You can download the Enate UiPath Activity Library v1.2.5 from the links below.

Activity Library v1.1.9

Below is a copy of the Enate UiPath Workflow Activity Library for v1.1.9. In this version we have fixed the ‘AttachFile’ activity - previously it was mandatory when attach a file to a work item for the file to have a file tag whereas now users are able to attach a file to a work item with or without a file tag.

Activity Library v1.1.8

Below is a copy of the Enate UiPath Workflow Activity Library for v1.1.8. In this version we have added the Nito.AsyncEx library within the latest UiPath package so that you no longer need to add it manually.

Activity Library v1.1.4

Below is a copy of the Enate UiPath Workflow Activity Library for v1.1.4:

Activity Library v7.3.12

Below is a copy of the Enate UiPath Workflow Activity Library for v7.3.12:

Activity Library v7.3.10

Below is a copy of the Enate UiPath Workflow Activity Library for v7.3.10:

Activity Library v7.3.7

The library has been updated to match all the DTO’s in v2021.1 of Enate - you’ll need to use this updated activity library to be compatible with this latest version of Enate

Below is a copy of the Enate UiPath Workflow Activity Library for v7.3.7:

Enate UiPath Connector v7.3.7 works best with v2021.1.

The key updates for this connector are:

  • Ability to add file tags and contact tags to Cases and Tickets

  • Ability to launch a Case linked to a Schedule

  • Ability to launch ad-hoc Actions

  • Ability to extracting communications and saving the communication attachments locally

  • Ability to attaching files to Cases, Tickets and Actions

In v2021.1 bots can access Builder APIs to get contact tags, file tags etc. To enable this:

Edit the bot in User management

Update the bots access permissions and save

Activity Library v7.2.10

Below is a copy of the Enate UiPath Workflow Activity Library for v7.2.10:

Activity Library v7.2.9

Below is a copy of the Enate UiPath Workflow Activity Library for v7.2.9:

Activity Library v7.1.1

Below is a copy of the Enate UiPath Workflow Activity Library for v7.1.1:

Last updated