Skip to main content

Collections

A collection is a way to organize a group of elements of an integration. By grouping those elements, you are able to manage them all at once, in order to export the collection, import it or share it with another account or tenant.

You can perform operations on collections using the Cenit IO API V2. To do this, see the specification of this API regarding collections.

To go the Collection Section, please head over: Integration Menu/ Collections.

Collections Menu

In the previous image, a collection called "connectoslack" is already available.

If you select it, you will be able to see or edit the elements that make up that collection, as shown in the following image:

Reviewing a connection

However, it is recommended not to change the elements at this point, but to do so on the elements available in your tenant: datatypes, workflows, resources, etc. to customize them to your specific integration needs.

Adding new Collections​

You can add a new collection by creating your elements in this same environment, but it will be more difficult to test them separately. So, we recommend having the elements ready beforehand and then packing them here.

For creating a new collection, go to the Integrations/Collections/Add Collection menu. Select the "+" button as shown below:

Adding a new Collection

Next, you will be presented with a view where you can create the new collection by defining a name, a title and the elements that are going to be part of that collection. It is important to note that the name of the collection must be written in lowercase. If you want to write more than one word, they must be joined within the name using the underscore character.

For adding elements to the collection you need to press the + button once, as shown below:

image

Then you can start selecting the elements created in advance. When selecting the elements available, be careful of typing the element name in the line and choosing the desired one. Remember that if you use the + button, a new element can be created at that time. An example of selecting an existing element, can be seen on the screen below:

Pasting a datatype in a new collection

In the picture above, we can add a datatype by selecting it from the list of available datatypes in your tenant. You can add all the elements that you want in the same way shown before.

Pull Parameters:

These are defined as generic parameters necessary to establish in a collection when it will be incorporated into another tenant by using the Pull action. These parameters could be set into:

  • template_parameters of connections or webhooks into the collection.

  • any object reference of elements in a collection.

    The pull parameters are optional, and its values aren't shared in a collection, so, when the user does pull to a collection, the pull parameters values will be requested.

In any process of creating a collection, you can go to the System Notifications to check that the collection has been created successfully, as we show in the picture below. in this picture, an error ocurred due to a wrong name for the collection.

Checking system notifications when creating a collection

Importing Collections​

To import collections do it in the Menu: Integrations/Collections.

In the collections view, select the "import" action on the button shown below:

Import Operation

This operation will increase the amount of collections that you will have available to use their elements or to edit them, in order to solve your specific integration needs.

In the following view, you can drag or upload a file in Json format that contains the elements of the collection to be imported.

Upload a collection in json format

Where it says β€œParser” you gently click on the line (no + sign is given, because that causes you to add a new Parser, and what you are going to do is to select one from the list), and select BASIC JSON IMPORTER. Press upload the file .json on the icon shown at the bottom right edge of the screen as shown in next figure:

Selecting parser to import

Then, wait for the process and when it is completed, it refreshes the list of collections and there you can see the new collection imported. At this point, you can see the elements that this collection contains and reuse or edit them at your convenience.

Pull import Collections​

The "Pull import" operation allows you to review the items to be imported before actually updating them.

To pull import a collection, go to Integrations/Collections Menu and select the button shown in the figure below:

Pull import

The steps to follow are similar to those of the "Import" operation, that is, the .json file is uploaded or dragged, but it is not necessary to select any Parser. Finally, the operation is executed by pressing the button in the bottom right corner.

The execution triggers a task that is set in the "waiting for pull review" state, as we show now:

Waiting for pull review

By pressing the arrow that appears in the message written in yellow, you will see the pending task:

Show Pull Import

The same is appreciated in System Notifications to see the notification that will show the task as "paused":

View task pull import

If you go to Monitors/Tasks Menu, you can appreciate the same task in "pending status" as well:

Pull import paused

This task will be in pending status until you review and confirm the elements you want to import, allowing to import only those elements that are convenient to update or add.

The view where you can review the items to be imported is obtained by pressing the "Review" button highlighted in the following figure:

Review elements to pull import

At this moment, the number of elements that are going to be imported is presented, and you can go through each one of them by means of the "Show" operation.

Any of the elements can be edited before being confirmed.

Elements in pull importing

When all items are reviewed, agree by clicking the button in the bottom right corner. After that, the task is finished, and you will have the possibility to appreciate the new collection by refreshing the list of collections in the Menu Integrations/Collections.

Exporting a Collection​

When there is a finished integration job that you want to share with other tenants, Cenit allows you to export the collection in a Json type file, which is the one used for future import or pull import operations explained above. To share collections there is also the possibility of using the "Share" action that is explained in the Shared Collections section.

Sometimes you could have the need to export your collection without shared to another account or tenant.

To export collections do it in the Menu: Integrations/Collections.

In the collections view, select the "export" operation on the button shown below:

Export Operation

By means of this operation, a file in JSON format or in XML format with the elements of the desired collection can be obtained.

The most common is to use JSON format, and define JSON Portable Exporter in the Template. Remember to make the selection of the Template by gently pressing the line below the Template, as shown in the figure below:

Export View

Finally, press the button in the bottom right corner to export the collection.

A view of the export process is shown on the following screen:

Export Process

Go to the Tasks view in the Menu Monitors in order to see the task:

Exportacion realizada

In System Notifications, you will select the appropiate notification, open it and observe the JSON created as an attachment that you can download:

Json selected

Simply click on the attachment and you can view and save it:

Final Json exported