Trello

<< Click to Display Table of Contents >>

Navigation:  Connectors >

Trello

Overview

The Trello connector for Bizagi is available for download at Bizagi Connectors Xchange.

Through this connector, you will be able to connect your Bizagi processes to a www.trello.com account in order to use its services API.

For more information about this connector's capabilities, visit Bizagi Connectors Xchange.

 

Before you start

In order to test and use this connector, you will need:

1.Bizagi Studio previously installed.

2.This connector previously installed, via the Connectors Xchange as described at https://help.bizagi.com/platform/en/index.html?Connectors_Xchange.htm, or through a manual installation as described at https://help.bizagi.com/platform/en/index.html?connectors_setup.htm 

3.An account at www.trello.com and a registered app.

4.An Application key and a User token

 

How to get your Application key and User token

Follow this steps to get your Application key and User token

1.Go to https://trello.com/app-key.

2.Accept the user conditions and click Generate API Key.

 

Trello005

 

3.Copy your API Key in a secure path. To generate your User token click on the token link.
 

Trello006

 

 

4.In the new tab that appears click Allow.

 

Trello007

 

5.This opens a new tab with the User token. Save it in a secure path. 

 

Trello008

 

Configuring the connector

In order to configure the connector (i.e its authentication parameters), follow the steps presented at the Configuration chapter in https://help.bizagi.com/platform/en/index.html?Connectors_install.htm. 

For this configuration, consider the following authentication parameters:

Authentication methodCustom.

Application key: Your account's API Key as requested and managed at https://trello.com/app-key.

User token: The generated user token as requested and managed for your API Key at https://trello.com/app-key.

 

Trello001

 

note_pin

You may register an app directly at https://developers.trello.com/sandbox, where you can manage API keys as well, and you need to agree that an API key will have authorization to access your Trello account.

 

Using the connector

This connector features a sets of method which lets you use Trello's API services to take advantage of their capabilities.

To learn overall how/where to configure the use of a connector, refer to https://help.bizagi.com/platform/en/index.html?Connectors_Studio.htm

When using the connector, make sure you consider the following details for the available method.

 

Get Member Organizations

This action lets you get all the organizations where a user is a member.

 

Trello009

 

To configure its inputs, take into account the following descriptions:

username: The username of the member (required). This parameter should be a string in your Bizagi model.

 

Trello010

 

To configure its outputs, you can map the output collection to your organizations collection in Bizagi and make sure you map the attributes of the collection element appropriately:

 

Trello011

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#membersidorganizations.

 

Get Organization

This action lets you get a specific organization.

 

Trello012

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

 

Trello013

 

To configure its outputs, you can map the output entity to your organization entity in Bizagi and make sure you map the attributes of the organization entity appropriately:

 

Trello014

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsid.

 

Create Organization

This action lets you create a new organization.

 

Trello015

 

To configure its inputs, take into account the following descriptions:

displayName: The display name of the organization (required). This parameter should be a string in your Bizagi model.

description: The description of the organization (required). This parameter should be a string in your Bizagi model.

 

Trello016

 

To configure its outputs, you can map the output entity to your organization entity in Bizagi and make sure you map the attributes of the organization entity appropriately:

 

Trello017

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizations-1.

 

Update Organization

This action lets you update the information of an organization.

 

Trello018

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

displayName: The display name of the organization. This parameter should be a string in your Bizagi model.

description: The description of the organization (required). This parameter should be a string in your Bizagi model.

 

Trello019

 

To configure its outputs, you can map the output entity to your organization entity in Bizagi and make sure you map the attributes of the organization entity appropriately:

 

Trello020

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsid-1.

 

Delete Organization

This action lets you delete a specific organization.

 

Trello021

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

 

Trello022

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello023

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsid-2.

 

Get Member Boards

This action lets you get all the boards a member can access.

 

Trello024

 

To configure its inputs, take into account the following descriptions:

username: The username or id of the member (required). This parameter should be a string in your Bizagi model.

 

Trello025

 

To configure its outputs, you can map the output collection to your board collection in Bizagi and make sure you map the attributes of the board entites appropriately:

 

Trello026

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#membersidboards.

 

Get Organization Boards

This action lets you get all the boards an organization can access.

 

Trello027

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

 

Trello028

 

To configure its outputs, you can map the output entity to your board collection in Bizagi and make sure you map the attributes of the board entites appropriately:

 

Trello029

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsidboards.

 

Get Board

This action lets you get a specific board.

 

Trello030

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

 

Trello031

 

To configure its outputs, you can map the output entity to your board entity in Bizagi and make sure you map the attributes of the board entity appropriately:

 

Trello032

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsboardid-1.

 

Create Board

This action lets you create a new board. It also lets you to add an organization and a description to the board.

 

Trello033

 

To configure its inputs, take into account the following descriptions:

name: The name of the board (required). This parameter should be a string in your Bizagi model. 

idOrganization: Id of the organization.

description: Description of the board.

 

Trello034

 

To configure its outputs, you can map the output entity to your board entity in Bizagi and make sure you map the attributes of the board entity appropriately:

 

Trello035

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsid.

 

Update Board

This action lets you modify the information on a board. You can change its name, organization, description, if the board is closed and if the user is subscribes to the board.

 

Trello036

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

name: The name of the board. This parameter should be a string in your Bizagi model. 

idOrganization: Id of the organization.

description: Description of the board.

closed: Whether the case is closed. This parameter should be a boolean in your Bizagi model. 

subscribe: Whether the user is subscribed to the board. This parameter should be a boolean in your Bizagi model. 

 

Trello037

 

To configure its outputs, you can map the output entity to your board entity in Bizagi and make sure you map the attributes of the board entity appropriately:

 

Trello038

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#idnext.

 

Delete Board

This action lets you delete a specific board.

 

Trello039

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

 

Trello040

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello041

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsid-1.

 

Get Board Lists

This action lets you get all the lists in a board.

 

Trello042

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

 

Trello043

 

To configure its outputs, you can map the output collection to your list collection in Bizagi and make sure you map the attributes of the lists entities appropriately:

 

Trello044

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsboardidlists.

 

Get List

This action lets you get a specific list.

 

Trello045

 

To configure its inputs, take into account the following descriptions:

list_id: The id of the list (required). This parameter should be a string in your Bizagi model.

 

Trello046

 

To configure its outputs, you can map the output entity to your list entity in Bizagi and make sure you map the attributes of the list entity appropriately:

 

Trello047

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#listsid.

 

Create List

This action lets you create a new list in a specific board.

 

Trello048

 

To configure its inputs, take into account the following descriptions:

name: The name of the list (required).

idBoard: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

 

Trello049

 

To configure its outputs, you can map the output entity to your list entity in Bizagi and make sure you map the attributes of the list entity appropriately:

 

Trello050

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#lists-1.

 

Update List

This action lets you update the information of a specific list.

 

Trello051

 

To configure its inputs, take into account the following descriptions:

list_id: The id of the list (required). This parameter should be a string in your Bizagi model.

name: The name of the list (required). This parameter should be a string in your Bizagi model.

idBoard: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

closed: Whether the list is closed. This parameter should be a boolean in your Bizagi model.

 

Trello052

 

To configure its outputs, you can map the output entity to your list entity in Bizagi and make sure you map the attributes of the list entity appropriately:

 

Trello053

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#listsid-1.

 

Archive/Unarchive List

This action lets you archive/unarchive a specific list.

 

Trello054

 

To configure its inputs, take into account the following descriptions:

list_id: The id of the list (required). This parameter should be a string in your Bizagi model.

archived: Whether the list is archive (required). This parameter should be a boolean in your Bizagi model.

 

Trello055

 

To configure its outputs, you can map the output entity to your list entity in Bizagi and make sure you map the attributes of the list entity appropriately:

 

Trello056

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#listsidarchiveallcards.

 

Get List Cards

This action lets you get all the cards of a specific list.

 

Trello057

 

To configure its inputs, take into account the following descriptions:

list_id: The id of the list (required). This parameter should be a string in your Bizagi model.

 

Trello058

 

To configure its outputs, you can map the output entity to your cards collection in Bizagi and make sure you map the attributes of the cards collection entities appropriately:

 

Trello059

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#listsidcards.

 

Archived All List Cards

This action lets you archive all the cards on the list.

 

Trello060

 

To configure its inputs, take into account the following descriptions:

list_id: The id of the list (required). This parameter should be a string in your Bizagi model.

 

Trello061

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello062

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#listsidarchiveallcards.

 

Get Card

This action lets you get a specific card.

 

Trello063

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello064

 

To configure its outputs, you can map the output entity to your card entity in Bizagi and make sure you map the attributes of the card entity appropriately:

 

Trello065

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsid.

 

Create Card

This action lets you create a new card.

 

Trello066

 

To configure its inputs, take into account the following descriptions:

idList: The id of the list (required). This parameter should be a string in your Bizagi model.

name: The name of the card (required). This parameter should be a string in your Bizagi model.

due: The due date of the card. It should be in the format MM-DD-YYYY. For example: 12-15-2018

idMembers: ids of the members to subscribe to the card separated by comma. This parameter should be a string in your Bizagi model.

 

Trello067

 

To configure its outputs, you can map the output entity to your card entity in Bizagi and make sure you map the attributes of the card entity appropriately:

 

Trello068

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cards-2.

 

Update Card

This action lets you update the information of a card.

 

Trello069

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

idMembers: ids of the members to subscribe to the card separated by comma. This parameter should be a string in your Bizagi model.

name: The name of the card (required). This parameter should be a string in your Bizagi model.

due: The due date of the card. It should be in the format MM-DD-YYYY. For example: 12-15-2018.

closed: Whether the card is closed. This parameter should be a boolean in your Bizagi model.

subscribe: Whether the user is subscribed to the card. This parameter should be a boolean in your Bizagi model. 

dueComplete: Whether the card is complete or over its due date. This parameter should be a boolean in your Bizagi model. 

 

Trello070

 

To configure its outputs, you can map the output entity to your card entity in Bizagi and make sure you map the attributes of the card entity appropriately:

 

Trello071

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsid-1.

 

Delete Card

This action lets you delete a specific card.

 

Trello072

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello073

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello074

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#delete-card.

 

Get Card Attachments

This action lets you get all the attachments of a card.

 

Trello075

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello076

 

To configure its outputs, you can map the output collection to your attachment collection in Bizagi and make sure you map the attributes of the attachment entities appropriately:

 

Trello077

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidattachments.

 

Get Card Attachment

This action lets you

 

Trello078

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

attachment_id: id of the attachment (required). This parameter should be a string in your Bizagi model.

 

Trello079

 

To configure its outputs, you can map the output entity to your attachment entity in Bizagi and make sure you map the attributes of the attachment entity appropriately:

 

Trello080

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidattachmentsidattachment.

 

Upload Card Attachment

This action lets you upload an attachment to a card.

 

Trello081

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

file: File data in base64 (required). This parameter should be a string in your Bizagi model.

filename: Name of the file (required). This parameter should be a string in your Bizagi model.

 

Trello082

 

To configure its outputs, you can map the output entity to your attachment entity in Bizagi and make sure you map the attributes of the attachment entity appropriately:

 

Trello083

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidattachments-1.

 

Delete Card Attachment

This action lets you delete an attachment of a specific card.

 

Trello084

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello085

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello086

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidattachmentsidattachment-1.

 

Get Card Comments

This action lets you get all the comments of a specific card.

 

Trello087

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello088

 

To configure its outputs, you can map the output collection to your comment collection in Bizagi and make sure you map the attributes of the comment entities appropriately:

 

Trello089

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidactions.

 

Create Card Comment

This action lets you create a new comment in a specific card.

 

Trello090

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

text: Text of the comment (required). This parameter should be a string in your Bizagi model.

 

Trello091

 

To configure its outputs, you can map the output entity to your comment entity in Bizagi and make sure you map the attributes of the comment entity appropriately:

 

Trello092

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidactionscomments.

 

Update Card Comment

This action lets you update a comment in a specific card.

 

Trello093

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

comment_id: The id of the comment (required). This parameter should be a string in your Bizagi model.

text: The text of the comment (required). This parameter should be a string in your Bizagi model.

 

Trello094

 

To configure its outputs, you can map the output entity to your comment entity in Bizagi and make sure you map the attributes of the comment entity appropriately:

 

Trello095

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidcheckitemidcheckitem-1.

 

Delete Card Comment

This action lets you delete a comment in a specific card.

 

Trello096

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

comment_id: The id of the comment (required). This parameter should be a string in your Bizagi model.

 

Trello097

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello098

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidactionsidactioncomments-1.

 

Get Card Checklists

This action lets you get all the checklists of a specific card.

 

Trello099

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

 

Trello100

 

To configure its outputs, you can map the output collection to your checklist collection in Bizagi and make sure you map the attributes of the checklist entities appropriately:

 

Trello101

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidchecklists.

 

Get Checklist

This action lets you get a checklist of a specific card. This parameter should be a string in your Bizagi model.

 

Trello102

 

To configure its inputs, take into account the following descriptions:

checklist_id: The id of the checklist (required). This parameter should be a string in your Bizagi model.

 

Trello103

 

To configure its outputs, you can map the output entity to your checklist entity in Bizagi and make sure you map the attributes of the checklist entity appropriately:

 

Trello104

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklistsid.

 

Create Card Checklist

This action lets you create a checklist on a specific card.

 

Trello105

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

name: The name of the checklist (required). This parameter should be a string in your Bizagi model.

 

Trello106

 

To configure its outputs, you can map the output entity to your checklist entity in Bizagi and make sure you map the attributes of the checklist entity appropriately:

 

Trello107

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklists.

 

Create Checklist Item

This action lets you create an item in your checklist

 

Trello108

 

To configure its inputs, take into account the following descriptions:

checklist_id: The id of the checklist (required). This parameter should be a string in your Bizagi model.

name: The name of the checklist item (required). This parameter should be a string in your Bizagi model.

 

Trello109

 

To configure its outputs, you can map the output entity to your checklist item entity in Bizagi and make sure you map the attributes of the checklist entity entity appropriately:

 

Trello110

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklistsidcheckitems.

 

Update Checklist

This action lets you update a checklist.

 

Trello111

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

name: The name of the checklist (required). This parameter should be a string in your Bizagi model.

 

Trello112

 

To configure its outputs, you can map the output entity to your checklist entity in Bizagi and make sure you map the attributes of the checklist entity appropriately:

 

Trello113

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklistsid-1.

 

Update Checklist Item

This action lets you update a checklist item.

 

Trello114

 

To configure its inputs, take into account the following descriptions:

card_id: The card id or url id (required). For example if the url of a card is https://trello.com/c/by0K48cU/10-hoal, the url id is by0K48cU. This parameter should be a string in your Bizagi model.

item_id: The id of the checklist item (required). This parameter should be a string in your Bizagi model.

name: The name of the checklist item (required). This parameter should be a string in your Bizagi model.

state: The state of the checklist item (required). It can only be "complete" or "incomplete". This parameter should be a string in your Bizagi model.

 

Trello115

 

To configure its outputs, you can map the output entity to your checklist item entity in Bizagi and make sure you map the attributes of the checklist item entity appropriately:

 

Trello116

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#cardsidcheckitemidcheckitem-1.

 

Delete Checklist

This action lets you delete a checklist.

 

Trello117

 

To configure its inputs, take into account the following descriptions:

checklist_id: The id of the checklist (required). This parameter should be a string in your Bizagi model.

 

Trello118

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello119

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklistsid-2.

 

Delete Checklist Item

This action lets you delete a checklist item.

 

Trello120

 

To configure its inputs, take into account the following descriptions:

checklist_id: The id of the checklist (required). This parameter should be a string in your Bizagi model.

item_id: The id of the checklist item (required). This parameter should be a string in your Bizagi model.

 

Trello121

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello122

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#checklistsidcheckitemsid.

 

Get Member

This action lets you get  a specific member.

 

Trello123

 

To configure its inputs, take into account the following descriptions:

member_id: The username or id of the member (required). This parameter should be a string in your Bizagi model.

 

Trello124

 

To configure its outputs, you can map the output entity to your member entity in Bizagi and make sure you map the attributes of the member entity appropriately:

 

Trello125

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#membersid.

 

Get Organization Members

This action lets you get all the members of an organization.

 

Trello126

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

 

Trello127

 

To configure its outputs, you can map the output collection to your member collection in Bizagi and make sure you map the attributes of the member entities appropriately:

 

Trello128

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsidmembers.

 

Create Organization Member

This action lets you create a member in a specific organization.

 

Trello129

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

fullname: The full name (given, middle and last name) of the member (required). This parameter should be a string in your Bizagi model.

email: The email of the member (requiered). This parameter should be a string in your Bizagi model.

 

Trello130

 

To configure its outputs, you can map the output collection to your member collection in Bizagi and make sure you map the attributes of the member entity appropriately:

 

Trello131

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsidmembers-1.

 

Delete Organization Member

This action lets you delete a member from an organization.

 

Trello132

 

To configure its inputs, take into account the following descriptions:

org_name: The organization name or id (required). This parameter should be a string in your Bizagi model.

member_id: The username or id of the member (required). This parameter should be a string in your Bizagi model.

 

Trello133

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello134

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#organizationsidmembersidmember-1.

 

Get Board Members

This action lets you get all the members of a board.

 

Trello135

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

 

Trello136

 

To configure its outputs, you can map the output collection to your member collection in Bizagi and make sure you map the attributes of the member entities appropriately:

 

Trello137

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsboardidmembers.

 

Create Board Member

This action lets you get all the members of a board.

 

Trello138

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

email: The email of the member (required). This parameter should be a string in your Bizagi model.

type: The type of the member the user will be on the board (required). The only valid values are: admin, normal, observer. This parameter should be a string in your Bizagi model.

 

Trello139

 

To configure its outputs, you can map the output collection to your member collection in Bizagi and make sure you map the attributes of the member entities appropriately:

 

Trello140

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsidlabelnamesmembers.

 

Delete Board Member

This action lets you delete a member from a board

 

Trello141

 

To configure its inputs, take into account the following descriptions:

board_id: The board id or url id (required). For example if the url of a board is https://trello.com/b/7GgQv5Gs/bizagi, the url id is 7GgQv5Gs. This parameter should be a string in your Bizagi model.

member_id: The username or id of the member (required). This parameter should be a string in your Bizagi model

 

Trello142

 

To configure its outputs, you can map the success output to the attributes in which you store the success of the operation in Bizagi.

 

Trello143

 

For more information about this method's use, refer to Trello's official documentation at https://developers.trello.com/reference/#boardsidmembersidmember.


Last Updated 10/27/2022 2:32:43 PM