Overview
Configuration is provided for establishing connections with the Trello service. The configuration is used in the REST Connection Manager.
Setup
Press icon to get more information about the connection parameters.
Obtain data
Use REST Source component to get data from service resource.
Insert data
Use REST Destination component to insert data into service resource.
Configuration
Base URL address: https://api.trello.com/1
.
- Token
-
The authentication uses an authorized token.
The authentication has the following user-defined parameters:
- Scope:
The following request parameters will be automatically processed during the authentication process:
-
key:
0db5b003a13f44c999353de6e1b375a3
-
token:
{{=connection.token.Access}}
Based on resource template Base.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/actions
.The action has the following user-defined parameters:
- idBoard: Required. Specifies board identifier.
- [Read idCard] action
-
Endpoint URL address:
/cards/{{=parameters.idCard}}/actions
.The action has the following user-defined parameters:
- idCard: Required. Specify card identifier.
- [Read idList] action
-
Endpoint URL address:
/lists/{{=parameters.idList}}/actions
.The action has the following user-defined parameters:
- idList: Required. Specify list identifier.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/actions
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
- [Read idOrganization] action
-
Endpoint URL address:
/organizations/{{=parameters.idOrganization}}/actions
.The action has the following user-defined parameters:
- idOrganization: Required. Specify organization identifier.
- [Delete] action
-
Endpoint URL address:
/actions/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#actionsid-1.
The resource includes the fields from the ActionT template.
Based on resource template Base.
- [Read idOrganization] action
-
Endpoint URL address:
/organizations/{{=parameters.idOrganization}}/boards
.The action has the following user-defined parameters:
- idOrganization: Required. Specify organization identifier.
- [Read search] action
-
Endpoint URL address:
/search
.
The result is extracted from:{{=response.boards}}
.The action has the following user-defined parameters:
- search: Required. Specify search query (alias for "query").
The following request parameters will be automatically processed:
-
query:
{{=parameters.search}}
-
modelTypes:
boards
-
board_fields:
{{=parameters.fields.join()}}
Documentation: https://developers.trello.com/v1.0/reference#search-1.
- [Create] action
-
Endpoint URL address:
/boards
.Documentation: https://developers.trello.com/v1.0/reference#boardsid.
- [Update] action
-
Endpoint URL address:
/boards/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#idnext.
The resource includes the fields from the BoardT template.
- actions
Template: ActionT. An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/actions
address.- boardPlugins
An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/boardPlugins
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, idBoard, idPlugin.
-
Uses template:
- boardStars
Template: BoardStar. An array field. A read-only field. The value is gathered from
/boards/{=item.id}}
address. The gathered value is processed with{{=response.boardStars}}
expression.- cards
Template: CardT. An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/cards
address. Field components:- An array.
-
Uses template:
MemberT
.
- checklists
Template: ChecklistT. An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/checklists
address. The value is sent to/boards/{{=item.id}}/checklists
address.- tags
Template: LongText. A read-only field. A composite field. The value is gathered from
/boards/{{=item.id}}/tags
address.- labels
Template: LabelT. An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/labels
address. The value is sent to/boards/{{=item.id}}/labels
address.- lists
Template: ListT. An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/lists
address. The value is sent to/boards/{{=item.id}}/lists
address.- members
Template: LongText. A read-only field. A composite field. The value is gathered from
/boards/{{=item.id}}/members
address. The value is sent to/boards/{{=item.id}}/members
address.- plugins
An array field. A read-only field. The value is gathered from
/boards/{{=item.id}}/plugins
address. The value is sent to/boards/{{=item.id}}/powerUps
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, name, public, url.
-
Uses template:
- defaultLabels
Data type: DT_BOOL
- defaultLists
Data type: DT_BOOL
- idBoardSource
Template: ShortText.
- keepFromSource
Template: ShortText.
- powerUps
Template: ShortText.
- prefs_permissionLevel
Template: ShortText.
- prefs_voting
Template: ShortText.
- prefs_comments
Template: ShortText.
- prefs_invitations
Template: ShortText.
- prefs_selfJoin
Data type: DT_BOOL
- prefs_cardCovers
Data type: DT_BOOL
- prefs_background
Template: ShortText.
- prefs_cardAging
Template: ShortText.
Based on resource template Base.
- [Read idList] action
-
Endpoint URL address:
/lists/{{=parameters.idList}}/cards
.The action has the following user-defined parameters:
- idList: Required. Specify list identifier.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/cards
.The action has the following user-defined parameters:
- idBoard: Required. Specify board identifier.
- [Read idChecklist] action
-
Endpoint URL address:
/checklists/{{=parameters.idChecklist}}/cards
.The action has the following user-defined parameters:
- idChecklist: Required. Specify checklist identifier.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/cards
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
- [Read search] action
-
Endpoint URL address:
/search
.
The result is extracted from:{{=response.cards}}
.
The result is paginated.The action has the following user-defined parameters:
- search: Required. Specify search query (alias for "query").
The following request parameters will be automatically processed:
-
query:
{{=parameters.search}}
-
modelTypes:
cards
-
card_fields:
{{=parameters.fields.join()}}
-
cards_limit:
{{=parameters.batchSize}}
-
cards_page:
{{=parameters.iterator}}
Documentation: https://developers.trello.com/v1.0/reference#search-1.
- [Create] action
-
Endpoint URL address:
/cards
.Documentation: https://developers.trello.com/v1.0/reference#cards-2.
- [Update] action
-
Endpoint URL address:
/cards/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#cardsid-1.
- [Delete] action
-
Endpoint URL address:
/cards/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#delete-card.
The resource includes the fields from the CardT template.
- actions
Template: ActionT. An array field. The value is gathered from
/cards/{{=item.id}}/actions
address.- attachments
Template: CardAttachment. An array field. The value is gathered from
/cards/{{=item.id}}/attachments
address.- board
Template: BoardT. The value is gathered from
/cards/{{=item.id}}/board
address.- checkItemStates
An array field. The value is gathered from
/cards/{{=item.id}}/checkItemStates
address. Field components:-
Uses template:
ShortText
. - Contains the following components: idCheckItem, state.
-
Uses template:
- checklists
Template: ChecklistT. An array field. The value is gathered from
/cards/{{=item.id}}/checklists
address.- list
Template: ListT. The value is gathered from
/cards/{{=item.id}}/list
address.- members
Template: LongText. A composite field. The value is gathered from
/cards/{{=item.id}}/members
address.- membersVoted
Template: LongText. A composite field. The value is gathered from
/cards/{{=item.id}}/membersVoted
address.- pluginData
Template: LongText. A composite field. The value is gathered from
/cards/{{=item.id}}/pluginData
address.- stickers
An array field. The value is gathered from
/cards/{{=item.id}}/stickers
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, top, left, zIndex, rotate, image, imageUrl, imageScaled.
-
Uses template:
- urlSource
Template: ShortText.
- fileSource
Template: ShortText.
- idCardSource
Template: ShortText.
- keepFromSource
Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/cards/{{=parameters.idCard}}/attachments
.The action has the following user-defined parameters:
- idCard: Required. Specify card identifier.
Documentation: https://developers.trello.com/v1.0/reference#cardsidattachments.
- [Create] action
-
Endpoint URL address:
/cards/{{=item.cardId}}/attachments
.The following request parameters will be automatically processed:
-
name:
{{=valueParent.name}}
-
url:
{{=valueParent.url}}
-
file:
{{=valueParent.content}}
Documentation: https://developers.trello.com/v1.0/reference#cardsidattachments-1.
-
name:
- [Delete] action
-
Endpoint URL address:
/cards/{{=item.cardId}}/attachments/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#cardsidattachmentsidattachment-1.
The resource includes the fields from the CardAttachment template.
- idCard
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/cards/{{=parameters.idCard}}/checklists
.The action has the following user-defined parameters:
- idCard: Required. Specify card identifier.
Documentation: https://developers.trello.com/v1.0/reference#cardsidchecklists.
- [Create] action
-
Endpoint URL address:
/cards/{{=item.idCard}}/checklists
.The following request parameters will be automatically processed:
-
item:
{{=item}}
Documentation: https://developers.trello.com/v1.0/reference#cardsidchecklists-1.
-
item:
- [Delete] action
-
Endpoint URL address:
/cards/{{=item.idCard}}/checklists/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#cardsidchecklistsidchecklist.
The resource includes the fields from the ChecklistT template.
- idChecklistSource
Template: ShortText.
Based on resource template Base.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/checklists
.The action has the following user-defined parameters:
- idBoard: Required. Specify board identifier.
- [Read idCard] action
-
Endpoint URL address:
/cards/{{=parameters.idCard}}/checklists
.The action has the following user-defined parameters:
- idCard: Required. Specify card identifier.
- [Create] action
-
Endpoint URL address:
/checklists
.Documentation: https://developers.trello.com/v1.0/reference#checklists.
- [Update] action
-
Endpoint URL address:
/checklists/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#checklistsid-1.
- [Delete] action
-
Endpoint URL address:
/checklists/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#checklistsid-2.
The resource includes the fields from the ChecklistT template.
- board
Template: BoardT. The value is gathered from
/checklists/{{=item.id}}/board
address.- cards
Template: CardT. An array field. The value is gathered from
/checklists/{{=item.id}}/cards
address.- idChecklistSource
Template: ShortText.
Based on resource template Base.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/enterprises
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
The resource includes the fields from the EnterpriseT template.
- admins
Template: MemberT. An array field. The value is gathered from
/enterprises/{{=item.id}}/admins
address.- signupUrl
Template: ShortText. The value is gathered from
/enterprises/{{=item.id}}/signupUrl
address.- members
Template: MemberT. An array field. The value is gathered from
/enterprises/{{=item.id}}/members
address.
Based on resource template Base.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/labels
.The action has the following user-defined parameters:
- idBoard: Required. Specify board identifier.
- [Create] action
-
Endpoint URL address:
/labels
.Documentation: https://developers.trello.com/v1.0/reference#page-1.
- [Update] action
-
Endpoint URL address:
/labels/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#id-1.
- [Delete] action
-
Endpoint URL address:
/labels/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#id-2.
The resource includes the fields from the LabelT template.
Based on resource template Base.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/lists
.The action has the following user-defined parameters:
- idBoard: Required. Specify board identifier.
- [Create] action
-
Endpoint URL address:
/lists
.Documentation: https://developers.trello.com/v1.0/reference#lists-1.
- [Update] action
-
Endpoint URL address:
/lists/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#listsid-1.
The resource includes the fields from the ListT template.
- actions
Template: ActionT. An array field. A read-only field. The value is gathered from
/lists/{{=item.id}}/actions
address.- board
Template: BoardT. A read-only field. The value is gathered from
/lists/{{=item.id}}/board
address.- cards
Template: CardT. An array field. A read-only field. The value is gathered from
/lists/{{=item.id}}/cards
address.- idListSource
Template: ShortText.
Based on resource template Base.
- [Read idBoard] action
-
Endpoint URL address:
/boards/{{=parameters.idBoard}}/members
.The action has the following user-defined parameters:
- idBoard: Required. Specify board identifier.
- [Read idCard] action
-
Endpoint URL address:
/cards/{{=parameters.idCard}}/members
.The action has the following user-defined parameters:
- idCard: Required. Specify card identifier.
- [Read idEnterprise] action
-
Endpoint URL address:
/enterprises/{{=parameters.idEnterprise}}/members
.The action has the following user-defined parameters:
- idEnterprise: Required. Specify enterprise identifier.
- [Read idOrganization] action
-
Endpoint URL address:
/organizations/{{=parameters.idOrganization}}/members
.The action has the following user-defined parameters:
- idOrganization: Required. Specify organization identifier.
- [Update] action
-
Endpoint URL address:
/members/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#membersid-1.
The resource includes the fields from the MemberT template.
- actions
Template: ActionT. An array field. The value is gathered from
/members/{{=item.id}}/actions
address.- boards
Template: BoardT. An array field. The value is gathered from
/members/{{=item.id}}/boards
address.- boardBackgrounds
Template: LongText. A composite field. The value is gathered from
/members/{{=item.id}}/boardBackgrounds
address.- boardStars
Template: BoardStar. An array field. The value is gathered from
/members/{{=item.id}}/boardStars
address.- boardsInvited
Template: LongText. A composite field. The value is gathered from
/members/{{=item.id}}/boardsInvited
address.- cards
Template: CardT. An array field. The value is gathered from
/members/{{=item.id}}/cards
address.- customBoardBackgrounds
Template: LongText. A composite field. The value is gathered from
/members/{{=item.id}}/customBoardBackgrounds
address.- customEmoji
An array field. The value is gathered from
/members/{{=item.id}}/customEmoji
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, name, url.
-
Uses template:
- customStickers
An array field. The value is gathered from
/members/{{=item.id}}/customStickers
address. Field components:-
Uses template:
ShortText
. - Contains the following components: id, url, scaled.
-
Uses template:
- enterprises
Template: EnterpriseT. An array field. The value is gathered from
/members/{{=item.id}}/enterprises
address.- notifications
Template: NotificationT. An array field. The value is gathered from
/members/{{=item.id}}/notifications
address.- organizations
Template: OrganizationT. An array field. The value is gathered from
/members/{{=item.id}}/organizations
address.- organizationsInvited
Template: LongText. A composite field. The value is gathered from
/members/{{=item.id}}/organizationsInvited
address.- savedSearches
Template: SavedSearch. An array field. The value is gathered from
/members/{{=item.id}}/savedSearches
address.- tokens
Template: LongText. A composite field. The value is gathered from
/members/{{=item.id}}/tokens
address.
Based on resource template Base.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/boardStars
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
Documentation: https://developers.trello.com/v1.0/reference#membersidboardstars.
- [Create] action
-
Endpoint URL address:
/members/{{=item.idMember}}/boardStars
.Documentation: https://developers.trello.com/v1.0/reference#membersidboardstars-1.
- [Update] action
-
Endpoint URL address:
/members/{{=item.idMember}}/boardStars/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#membersidboardstarsidstar-1.
- [Delete] action
-
Endpoint URL address:
/members/{{=item.idMember}}/boardStars/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#membersidboardstarsidstar-2.
The resource includes the fields from the BoardStar template.
- idMember
A key field. Template: ShortText.
Based on resource template Base.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/savedSearches
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
Documentation: https://developers.trello.com/v1.0/reference#membersidsavedsearches.
- [Create] action
-
Endpoint URL address:
/members/{{=item.idMember}}/savedSearches
.Documentation: https://developers.trello.com/v1.0/reference#membersidsavedsearches-1.
- [Update] action
-
Endpoint URL address:
/members/{{=item.idMember}}/savedSearches/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#membersidsavedsearchesidsearch-1.
- [Delete] action
-
Endpoint URL address:
/members/{{=item.idMember}}/savedSearches/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#membersidsavedsearchesidsearch-2.
The resource includes the fields from the SavedSearch template.
- idMember
A key field. Template: ShortText.
Based on resource template Base.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/notifications
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
The resource includes the fields from the NotificationT template.
- board
Template: BoardT. The value is gathered from
/notifications/{{=item.id}}/board
address.- card
Template: CardT. The value is gathered from
/notifications/{{=item.id}}/card
address.- list
Template: ListT. The value is gathered from
/notifications/{{=item.id}}/list
address.- member
Template: MemberT. The value is gathered from
/notifications/{{=item.id}}/member
address.- memberCreator
Template: MemberT. The value is gathered from
/notifications/{{=item.id}}/memberCreator
address.- organization
Template: OrganizationT. The value is gathered from
/notifications/{{=item.id}}/organization
address.
Based on resource template Base.
- [Read idMember] action
-
Endpoint URL address:
/members/{{=parameters.idMember}}/organizations
.The action has the following user-defined parameters:
- idMember: Required. Specify member identifier.
- [Create] action
-
Endpoint URL address:
/organizations
.Documentation: https://developers.trello.com/v1.0/reference#organizations-1.
The resource includes the fields from the OrganizationT template.
- actions
Template: ActionT. An array field. The value is gathered from
/organizations/{{=item.id}}/actions
address.- boards
Template: BoardT. An array field. The value is gathered from
/organizations/{{=item.id}}/boards
address.- members
Template: MemberT. An array field. The value is gathered from
/organizations/{{=item.id}}/members
address.- membersInvited
Template: MemberT. An array field. The value is gathered from
/organizations/{{=item.id}}/membersInvited
address.- memberships
Template: LongText. A composite field. The value is gathered from
/organizations/{{=item.id}}/memberships
address.- pluginData
Template: LongText. A composite field. The value is gathered from
/organizations/{{=item.id}}/pluginData
address.
Based on resource template Base.
- [Read idOrganization] action
-
Endpoint URL address:
/organizations/{{=parameters.idOrganization}}/members
.The action has the following user-defined parameters:
- idOrganization: Required. Specify organization identifier.
Documentation: https://developers.trello.com/v1.0/reference#organizationsidmembers.
- [Create] action
-
Endpoint URL address:
/organizations/{{=item.idOrganization}}/members
.Documentation: https://developers.trello.com/v1.0/reference#organizationsidmembers-1.
- [Delete] action
-
Endpoint URL address:
/organizations/{{=item.idOrganization}}/members/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#organizationsidmembersidmember-1.
The resource includes the fields from the MemberT template.
- idOrganization
A key field. Template: ShortText.
Based on resource template Base.
- [Read] action
-
Endpoint URL address:
/tokens/{{=connection.token.Access}}/webhooks
.Documentation: https://developers.trello.com/v1.0/reference#tokenstokenwebhooks.
- [Create] action
-
Endpoint URL address:
/webhooks
.Documentation: https://developers.trello.com/v1.0/reference#tokenstokenwebhooks-1.
- [Delete] action
-
Endpoint URL address:
/webhooks/{{=item.id}}
.Documentation: https://developers.trello.com/v1.0/reference#tokenstokenwebhooksidwebhook-1.
- id
A key field. Template: ShortText.
- description
Template: LongText.
- idModel
Template: ShortText.
- callbackURL
Template: ShortText.
- active
Data type: DT_BOOL
- [Read] action
-
The result is extracted from:{{=response}}
.The following request parameters will be automatically processed:
-
fields:
{{=parameters.fields.join()}}
-
_includeUserParameters:
{{=parameters}}
-
fields:
- [Create] action
-
The action uses POST method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Update] action
-
The action uses PUT method.The following request parameters will be automatically processed:
-
_includeUserParameters:
{{=parameters}}
-
item:
{{=item}}
-
_includeUserParameters:
- [Delete] action
-
The action uses DELETE method.
- ShortText
Data type: DT_WSTR ( length 255 )
- LongText
Data type: DT_WSTR ( length 1000 )
- DateTime
Data type: DT_DBTIMESTAMP
- MemberT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, avatarHash, avatarSource, bio, bioData, confirmed, email, fullName, gravatarHash, idBoards, idOrganizations, idEnterprisesAdmin, idPremOrgsAdmin, initials, loginTypes, memberType, oneTimeMessagesDismissed, prefs, products, uploadedAvatarHash, url, username, type.
-
Uses template:
- ActionT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, data, date, idMemberCreator, type, memberCreator, display.
-
Uses template:
- ChecklistT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, idBoard, idCard, pos, checkItems.
-
Uses template:
- BoardT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, descData, closed, idOrganization, dateLastActivity, dateLastView, invited, pinned, starred, url, shortLink, shortUrl, prefs, datePluginDisable, subscribed, labelNames.
-
Uses template:
- LabelT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, idBoard, name, color, uses.
-
Uses template:
- CardT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name.
-
Uses template:
- ListT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, closed, idBoard, pos, subscribed.
-
Uses template:
- CardAttachment
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, bytes, date, edgeColor, idMember, isUpload, mimeType, name, previews, url, pos, content.
-
Uses template:
- BoardStar
Field components:
-
Uses template:
ShortText
. - Contains the following components: _id, idBoard, pos.
-
Uses template:
- EnterpriseT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, displayName, prefs, ssoActivationFailed, idAdmins, idMembers, idOrganizations, products, userTypes.
-
Uses template:
- SavedSearch
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, name, query, pos.
-
Uses template:
- NotificationT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, data, date, idMemberCreator, type, unread.
-
Uses template:
- OrganizationT
Field components:
-
Uses template:
ShortText
. - Contains the following components: id, billableMemberCount, desc, descData, displayName, idBoards, invitations, invited, logoHash, name, powerUps, prefs, premiumFeatures, products, url, website.
-
Uses template:
What's New
- Fixed: Resource create or update was not working (Thank you, Pablo).
- New: Introduced connection.
COZYROC SSIS+ Components Suite is free for testing in your development environment.
A licensed version can be deployed on-premises, on Azure-SSIS IR and on COZYROC Cloud.