/trello-cards | Type: Application | PCID required: Yes
Tools
trello_cards_cardsidmembersvoted_1
Add Member vote to Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
value | string | Yes | — | The ID of the member to vote ‘yes’ on the card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"value": {
"type": "string",
"description": "The ID of the member to vote 'yes' on the card"
}
},
"required": [
"PCID",
"id",
"value"
]
}
trello_cards_delete_id
Delete a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_delete_id_actions_id_comments
Delete a comment on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idAction | string | Yes | — | The ID of the comment action to update |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idAction": {
"type": "string",
"description": "The ID of the comment action to update"
}
},
"required": [
"PCID",
"id",
"idAction"
]
}
trello_cards_delete_id_checkitem_idcheckitem
Delete checkItem on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idCheckItem | string | Yes | — | The ID of the checkitem |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idCheckItem": {
"type": "string",
"description": "The ID of the checkitem"
}
},
"required": [
"PCID",
"id",
"idCheckItem"
]
}
trello_cards_delete_id_checklists_idchecklist
Delete a Checklist on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idChecklist | string | Yes | — | The ID of the checklist to delete |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idChecklist": {
"type": "string",
"description": "The ID of the checklist to delete"
}
},
"required": [
"PCID",
"id",
"idChecklist"
]
}
trello_cards_delete_id_idlabels_idlabel
Remove a Label from a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idLabel | string | Yes | — | The ID of the label to remove |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idLabel": {
"type": "string",
"description": "The ID of the label to remove"
}
},
"required": [
"PCID",
"id",
"idLabel"
]
}
trello_cards_delete_id_idmembers_idmember
Remove a Member from a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idMember | string | Yes | — | The ID of the member to remove from the card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idMember": {
"type": "string",
"description": "The ID of the member to remove from the card"
}
},
"required": [
"PCID",
"id",
"idMember"
]
}
trello_cards_delete_id_membersvoted_idmember
Remove a Member’s Vote on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idMember | string | Yes | — | The ID of the member whose vote to remove |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idMember": {
"type": "string",
"description": "The ID of the member whose vote to remove"
}
},
"required": [
"PCID",
"id",
"idMember"
]
}
trello_cards_delete_id_stickers_idsticker
Delete a Sticker on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idSticker | string | Yes | — | The ID of the sticker |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idSticker": {
"type": "string",
"description": "The ID of the sticker"
}
},
"required": [
"PCID",
"id",
"idSticker"
]
}
trello_cards_deleted_cards_id_attachments_idattachment
Delete an Attachment on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idAttachment | string | Yes | — | The ID of the Attachment |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idAttachment": {
"type": "string",
"description": "The ID of the Attachment"
}
},
"required": [
"PCID",
"id",
"idAttachment"
]
}
trello_cards_get_id
Get a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of fields. Defaults: badges, checkItemStates, closed, dateLastActivity, desc, descData, due, start, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url |
actions | string | No | — | See the Actions Nested Resource |
attachments | string | No | — | true, false, or cover |
attachment_fields | string | No | — | all or a comma-separated list of attachment fields |
members | boolean | No | — | Whether to return member objects for members on the card |
member_fields | string | No | — | all or a comma-separated list of member fields. Defaults: avatarHash, fullName, initials, username |
membersVoted | boolean | No | — | Whether to return member objects for members who voted on the card |
memberVoted_fields | string | No | — | all or a comma-separated list of member fields. Defaults: avatarHash, fullName, initials, username |
checkItemStates | boolean | No | — | Check Item States |
checklists | string | No | — | Whether to return the checklists on the card. all or none |
checklist_fields | string | No | — | all or a comma-separated list of idBoard,idCard,name,pos |
board | boolean | No | — | Whether to return the board object the card is on |
board_fields | string | No | — | all or a comma-separated list of board fields. Defaults: name, desc, descData, closed, idOrganization, pinned, url, prefs |
list | boolean | No | — | See the Lists Nested Resource |
pluginData | boolean | No | — | Whether to include pluginData on the card with the response |
stickers | boolean | No | — | Whether to include sticker models with the response |
sticker_fields | string | No | — | all or a comma-separated list of sticker fields |
customFieldItems | boolean | No | — | Whether to include the customFieldItems |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of [fields](/cloud/trello/guides/rest-api/object-definitions/). **Defaults**: `badges, checkItemStates, closed, dateLastActivity, desc, descData, due, start, idBoard, idChecklists, idLabels, idList, idMembers, idShort, idAttachmentCover, manualCoverAttachment, labels, name, pos, shortUrl, url`"
},
"actions": {
"type": "string",
"description": "See the [Actions Nested Resource](/cloud/trello/guides/rest-api/nested-resources/#actions-nested-resource)"
},
"attachments": {
"type": "string",
"description": "`true`, `false`, or `cover`"
},
"attachment_fields": {
"type": "string",
"description": "`all` or a comma-separated list of attachment [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"members": {
"type": "boolean",
"description": "Whether to return member objects for members on the card"
},
"member_fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/). **Defaults**: `avatarHash, fullName, initials, username`"
},
"membersVoted": {
"type": "boolean",
"description": "Whether to return member objects for members who voted on the card"
},
"memberVoted_fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/). **Defaults**: `avatarHash, fullName, initials, username`"
},
"checkItemStates": {
"type": "boolean",
"description": "Check Item States"
},
"checklists": {
"type": "string",
"description": "Whether to return the checklists on the card. `all` or `none`"
},
"checklist_fields": {
"type": "string",
"description": "`all` or a comma-separated list of `idBoard,idCard,name,pos`"
},
"board": {
"type": "boolean",
"description": "Whether to return the board object the card is on"
},
"board_fields": {
"type": "string",
"description": "`all` or a comma-separated list of board [fields](/cloud/trello/guides/rest-api/object-definitions/#board-object). **Defaults**: `name, desc, descData, closed, idOrganization, pinned, url, prefs`"
},
"list": {
"type": "boolean",
"description": "See the [Lists Nested Resource](/cloud/trello/guides/rest-api/nested-resources/)"
},
"pluginData": {
"type": "boolean",
"description": "Whether to include pluginData on the card with the response"
},
"stickers": {
"type": "boolean",
"description": "Whether to include sticker models with the response"
},
"sticker_fields": {
"type": "string",
"description": "`all` or a comma-separated list of sticker [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"customFieldItems": {
"type": "boolean",
"description": "Whether to include the customFieldItems"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_actions
Get Actions on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
filter | string | No | — | A comma-separated list of action types. |
page | number | No | — | The page of results for actions. Each page of results has 50 actions. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"filter": {
"type": "string",
"description": "A comma-separated list of [action types](https://developer.atlassian.com/cloud/trello/guides/rest-api/action-types/)."
},
"page": {
"type": "number",
"description": "The page of results for actions. Each page of results has 50 actions."
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_attachments
Get Attachments on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of attachment fields |
filter | string | No | — | Use cover to restrict to just the cover attachment |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of attachment [fields](/cloud/trello/guides/rest-api/object-definitions/)"
},
"filter": {
"type": "string",
"description": "Use `cover` to restrict to just the cover attachment"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_attachments_idattachment
Get an Attachment on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idAttachment | string | Yes | — | The ID of the Attachment |
fields | string | No | — | The Attachment fields to be included in the response. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idAttachment": {
"type": "string",
"description": "The ID of the Attachment"
},
"fields": {
"type": "string",
"description": "The Attachment fields to be included in the response."
}
},
"required": [
"PCID",
"id",
"idAttachment"
]
}
trello_cards_get_id_board
Get the Board the Card is on Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of board fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of board [fields](/cloud/trello/guides/rest-api/object-definitions/#board-object)"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_checkitem_idcheckitem
Get checkItem on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idCheckItem | string | Yes | — | The ID of the checkitem |
fields | string | No | — | all or a comma-separated list of name,nameData,pos,state,type,due,dueReminder,idMember |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idCheckItem": {
"type": "string",
"description": "The ID of the checkitem"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of `name,nameData,pos,state,type,due,dueReminder,idMember`"
}
},
"required": [
"PCID",
"id",
"idCheckItem"
]
}
trello_cards_get_id_checkitemstates
Get checkItems on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of: idCheckItem, state |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of: `idCheckItem`, `state`"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_checklists
Get Checklists on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
checkItems | string | No | — | all or none |
checkItem_fields | string | No | — | all or a comma-separated list of: name,nameData,pos,state,type,due,dueReminder,idMember |
filter | string | No | — | all or none |
fields | string | No | — | all or a comma-separated list of: idBoard,idCard,name,pos |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"checkItems": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
},
"checkItem_fields": {
"type": "string",
"description": "`all` or a comma-separated list of: `name,nameData,pos,state,type,due,dueReminder,idMember`"
},
"filter": {
"type": "string",
"description": "`all` or `none`",
"enum": [
"all",
"none"
]
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of: `idBoard,idCard,name,pos`"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_customfielditems
Get Custom Field Items for a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_field
Get a field on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
field | string | Yes | — | The desired field. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"field": {
"type": "string",
"description": "The desired field.",
"enum": [
"id",
"address",
"badges",
"checkItemStates",
"closed",
"coordinates",
"creationMethod",
"dueComplete",
"dateLastActivity",
"desc",
"descData",
"due",
"dueReminder",
"idBoard",
"idChecklists",
"idLabels",
"idList",
"idMembers",
"idMembersVoted",
"idShort",
"idAttachmentCover",
"labels",
"limits",
"locationName",
"manualCoverAttachment",
"name",
"pos",
"shortLink",
"shortUrl",
"subscribed",
"url",
"cover",
"isTemplate"
]
}
},
"required": [
"PCID",
"id",
"field"
]
}
trello_cards_get_id_list
Get the List of a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of list fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of list [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_members
Get the Members of a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of member fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_membersvoted
Get Members who have voted on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of member fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of member [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_plugindata
Get pluginData on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_stickers
Get Stickers on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
fields | string | No | — | all or a comma-separated list of sticker fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of sticker [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_get_id_stickers_idsticker
Get a Sticker on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idSticker | string | Yes | — | The ID of the sticker |
fields | string | No | — | all or a comma-separated list of sticker fields |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idSticker": {
"type": "string",
"description": "The ID of the sticker"
},
"fields": {
"type": "string",
"description": "`all` or a comma-separated list of sticker [fields](/cloud/trello/guides/rest-api/object-definitions/)"
}
},
"required": [
"PCID",
"id",
"idSticker"
]
}
trello_cards_post_cards
Create a new Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
name | string | No | — | The name for the card |
desc | string | No | — | The description for the card |
pos | string | No | — | The position of the new card. top, bottom, or a positive float |
due | string | No | — | A due date for the card |
start | string | No | — | The start date of a card, or null |
dueComplete | boolean | No | — | Whether the status of the card is complete |
idList | string | Yes | — | The ID of the list the card should be created in |
idMembers | string[] | No | — | Comma-separated list of member IDs to add to the card |
idLabels | string[] | No | — | Comma-separated list of label IDs to add to the card |
urlSource | string | No | — | A URL starting with http:// or https://. The URL will be attached to the card upon creation. |
fileSource | string | No | — | File Source |
mimeType | string | No | — | The mimeType of the attachment. Max length 256 |
idCardSource | string | No | — | The ID of a card to copy into the new card |
keepFromSource | string | No | — | If using idCardSource you can specify which properties to copy over. all or comma-separated list of: attachments,checklists,customFields,comments,due,start,labels,members,start,stickers |
address | string | No | — | For use with/by the Map View |
locationName | string | No | — | For use with/by the Map View |
coordinates | string | No | — | For use with/by the Map View. Should take the form latitude,longitude |
cardRole | string | No | — | For displaying cards in different ways based on the card name. Board cards must have a name that is a link to a Trello board. Mirror cards must have a name that is a link to a Trello card. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"name": {
"type": "string",
"description": "The name for the card"
},
"desc": {
"type": "string",
"description": "The description for the card"
},
"pos": {
"type": "string",
"description": "The position of the new card. `top`, `bottom`, or a positive float"
},
"due": {
"type": "string",
"description": "A due date for the card"
},
"start": {
"type": "string",
"description": "The start date of a card, or `null`"
},
"dueComplete": {
"type": "boolean",
"description": "Whether the status of the card is complete"
},
"idList": {
"type": "string",
"description": "The ID of the list the card should be created in"
},
"idMembers": {
"type": "array",
"items": {
"type": "string"
},
"description": "Comma-separated list of member IDs to add to the card"
},
"idLabels": {
"type": "array",
"items": {
"type": "string"
},
"description": "Comma-separated list of label IDs to add to the card"
},
"urlSource": {
"type": "string",
"description": "A URL starting with `http://` or `https://`. The URL will be attached to the card upon creation."
},
"fileSource": {
"type": "string",
"description": "File Source"
},
"mimeType": {
"type": "string",
"description": "The mimeType of the attachment. Max length 256"
},
"idCardSource": {
"type": "string",
"description": "The ID of a card to copy into the new card"
},
"keepFromSource": {
"type": "string",
"description": "If using `idCardSource` you can specify which properties to copy over. `all` or comma-separated list of: `attachments,checklists,customFields,comments,due,start,labels,members,start,stickers`",
"enum": [
"all",
"attachments",
"checklists",
"comments",
"customFields",
"due",
"start",
"labels",
"members",
"stickers"
]
},
"address": {
"type": "string",
"description": "For use with/by the Map View"
},
"locationName": {
"type": "string",
"description": "For use with/by the Map View"
},
"coordinates": {
"type": "string",
"description": "For use with/by the Map View. Should take the form latitude,longitude"
},
"cardRole": {
"type": "string",
"description": "For displaying cards in different ways based on the card name. Board cards must have a name that is a link to a Trello board. Mirror cards must have a name that is a link to a Trello card.",
"enum": [
"separator",
"board",
"mirror",
"link"
]
}
},
"required": [
"PCID",
"idList"
]
}
trello_cards_post_id_actions_comments
Add a new comment to a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
text | string | Yes | — | The comment |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"text": {
"type": "string",
"description": "The comment"
}
},
"required": [
"PCID",
"id",
"text"
]
}
trello_cards_post_id_attachments
Create Attachment On Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
name | string | No | — | The name of the attachment. Max length 256. |
file | string | No | — | The file to attach, as multipart/form-data |
mimeType | string | No | — | The mimeType of the attachment. Max length 256 |
url | string | No | — | A URL to attach. Must start with http:// or https:// |
setCover | boolean | No | — | Determines whether to use the new attachment as a cover for the Card. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"name": {
"type": "string",
"description": "The name of the attachment. Max length 256."
},
"file": {
"type": "string",
"description": "The file to attach, as multipart/form-data"
},
"mimeType": {
"type": "string",
"description": "The mimeType of the attachment. Max length 256"
},
"url": {
"type": "string",
"description": "A URL to attach. Must start with `http://` or `https://`"
},
"setCover": {
"type": "boolean",
"description": "Determines whether to use the new attachment as a cover for the Card."
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_post_id_checklists
Create Checklist on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
name | string | No | — | The name of the checklist |
idChecklistSource | string | No | — | The ID of a source checklist to copy into the new one |
pos | string | No | — | The position of the checklist on the card. One of: top, bottom, or a positive number. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"name": {
"type": "string",
"description": "The name of the checklist"
},
"idChecklistSource": {
"type": "string",
"description": "The ID of a source checklist to copy into the new one"
},
"pos": {
"type": "string",
"description": "The position of the checklist on the card. One of: `top`, `bottom`, or a positive number."
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_post_id_idlabels
Add a Label to a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
value | string | No | — | The ID of the label to add |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"value": {
"type": "string",
"description": "The ID of the label to add"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_post_id_idmembers
Add a Member to a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
value | string | No | — | The ID of the Member to add to the card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"value": {
"type": "string",
"description": "The ID of the Member to add to the card"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_post_id_labels
Create a new Label on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
color | string | Yes | — | A valid label color or null. See labels |
name | string | No | — | A name for the label |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"color": {
"type": "string",
"description": "A valid label color or `null`. See [labels](/cloud/trello/guides/rest-api/object-definitions/)"
},
"name": {
"type": "string",
"description": "A name for the label"
}
},
"required": [
"PCID",
"id",
"color"
]
}
trello_cards_post_id_markassociatednotificationsread
Mark a Card’s Notifications as read Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_post_id_stickers
Add a Sticker to a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
image | string | Yes | — | For custom stickers, the id of the sticker. For default stickers, the string identifier (like ‘taco-cool’, see below) |
top | number | Yes | — | The top position of the sticker, from -60 to 100 |
left | number | Yes | — | The left position of the sticker, from -60 to 100 |
zIndex | integer | Yes | — | The z-index of the sticker |
rotate | number | No | — | The rotation of the sticker |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"image": {
"type": "string",
"description": "For custom stickers, the id of the sticker. For default stickers, the string identifier (like 'taco-cool', see below)"
},
"top": {
"type": "number",
"description": "The top position of the sticker, from -60 to 100"
},
"left": {
"type": "number",
"description": "The left position of the sticker, from -60 to 100"
},
"zIndex": {
"type": "integer",
"description": "The z-index of the sticker"
},
"rotate": {
"type": "number",
"description": "The rotation of the sticker"
}
},
"required": [
"PCID",
"id",
"image",
"top",
"left",
"zIndex"
]
}
trello_cards_put_id
Update a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
name | string | No | — | The new name for the card |
desc | string | No | — | The new description for the card |
closed | boolean | No | — | Whether the card should be archived (closed: true) |
idMembers | string | No | — | Comma-separated list of member IDs |
idAttachmentCover | string | No | — | The ID of the image attachment the card should use as its cover, or null for none |
idList | string | No | — | The ID of the list the card should be in |
idLabels | string | No | — | Comma-separated list of label IDs |
idBoard | string | No | — | The ID of the board the card should be on |
pos | string | No | — | The position of the card in its list. top, bottom, or a positive float |
due | string | No | — | When the card is due, or null |
start | string | No | — | The start date of a card, or null |
dueComplete | boolean | No | — | Whether the status of the card is complete |
subscribed | boolean | No | — | Whether the member is should be subscribed to the card |
address | string | No | — | For use with/by the Map View |
locationName | string | No | — | For use with/by the Map View |
coordinates | string | No | — | For use with/by the Map View. Should be latitude,longitude |
cover | object | No | — | Updates the card’s cover | Option | Values | About | |--------|--------|-------| | color | pink, yellow, lime, blue, black, orange, red, purple, sky, green | Makes the cover a solid color . | | brightness | dark, light | Determines whether the text on the cover should be dark or light. | url | An unsplash URL: https://images.unsplash.com | Used if making an image the cover. Only Unsplash URLs work. | idAttachment | ID of an attachment on the card | Used if setting an attached image as the cover. | | size | normal, full | Determines whether to show the card name on the cover, or below it. | brightness can be sent alongside any of the other parameters, but all of the other parameters are mutually exclusive; you can not have the cover be a color and an idAttachment at the same time. On the brightness options, setting it to light will make the text on the card cover dark: And vice versa, setting it to dark will make the text on the card cover light: |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"name": {
"type": "string",
"description": "The new name for the card"
},
"desc": {
"type": "string",
"description": "The new description for the card"
},
"closed": {
"type": "boolean",
"description": "Whether the card should be archived (closed: true)"
},
"idMembers": {
"type": "string",
"description": "Comma-separated list of member IDs"
},
"idAttachmentCover": {
"type": "string",
"description": "The ID of the image attachment the card should use as its cover, or null for none"
},
"idList": {
"type": "string",
"description": "The ID of the list the card should be in"
},
"idLabels": {
"type": "string",
"description": "Comma-separated list of label IDs"
},
"idBoard": {
"type": "string",
"description": "The ID of the board the card should be on"
},
"pos": {
"type": "string",
"description": "The position of the card in its list. `top`, `bottom`, or a positive float"
},
"due": {
"type": "string",
"description": "When the card is due, or `null`"
},
"start": {
"type": "string",
"description": "The start date of a card, or `null`"
},
"dueComplete": {
"type": "boolean",
"description": "Whether the status of the card is complete"
},
"subscribed": {
"type": "boolean",
"description": "Whether the member is should be subscribed to the card"
},
"address": {
"type": "string",
"description": "For use with/by the Map View"
},
"locationName": {
"type": "string",
"description": "For use with/by the Map View"
},
"coordinates": {
"type": "string",
"description": "For use with/by the Map View. Should be latitude,longitude"
},
"cover": {
"type": "object",
"description": "Updates the card's cover | Option | Values | About | |--------|--------|-------| | color | `pink`, `yellow`, `lime`, `blue`, `black`, `orange`, `red`, `purple`, `sky`, `green` | Makes the cover a solid color . | | brightness | `dark`, `light` | Determines whether the text on the cover should be dark or light. | url | An unsplash URL: https://images.unsplash.com | Used if making an image the cover. Only Unsplash URLs work. | idAttachment | ID of an attachment on the card | Used if setting an attached image as the cover. | | size | `normal`, `full` | Determines whether to show the card name on the cover, or below it. | `brightness` can be sent alongside any of the other parameters, but all of the other parameters are mutually exclusive; you can not have the cover be a `color` and an `idAttachment` at the same time. On the brightness options, setting it to light will make the text on the card cover dark:  And vice versa, setting it to dark will make the text on the card cover light: ",
"properties": {
"value": {
"type": "object",
"description": "An object containing information regarding the card's cover `brightness` can be sent alongside any of the other parameters, but all of the other parameters are mutually exclusive; you can not have the cover be a color and an `idAttachment` at the same time."
}
}
}
},
"required": [
"PCID",
"id"
]
}
trello_cards_put_id_actions_idaction_comments
Update Comment Action on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idAction | string | Yes | — | The ID of the comment action to update |
text | string | Yes | — | The new text for the comment |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idAction": {
"type": "string",
"description": "The ID of the comment action to update"
},
"text": {
"type": "string",
"description": "The new text for the comment"
}
},
"required": [
"PCID",
"id",
"idAction",
"text"
]
}
trello_cards_put_id_checkitem_idcheckitem
Update a checkItem on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idCheckItem | string | Yes | — | The ID of the checkitem |
name | string | No | — | The new name for the checklist item |
state | string | No | — | One of: complete, incomplete |
idChecklist | string | No | — | The ID of the checklist this item is in |
pos | string | No | — | top, bottom, or a positive float |
due | string | No | — | A due date for the checkitem |
dueReminder | number | No | — | A dueReminder for the due date on the checkitem |
idMember | string | No | — | The ID of the member to remove from the card |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idCheckItem": {
"type": "string",
"description": "The ID of the checkitem"
},
"name": {
"type": "string",
"description": "The new name for the checklist item"
},
"state": {
"type": "string",
"description": "One of: `complete`, `incomplete`",
"enum": [
"complete",
"incomplete"
]
},
"idChecklist": {
"type": "string",
"description": "The ID of the checklist this item is in"
},
"pos": {
"type": "string",
"description": "`top`, `bottom`, or a positive float"
},
"due": {
"type": "string",
"description": "A due date for the checkitem"
},
"dueReminder": {
"type": "number",
"description": "A dueReminder for the due date on the checkitem"
},
"idMember": {
"type": "string",
"description": "The ID of the member to remove from the card"
}
},
"required": [
"PCID",
"id",
"idCheckItem"
]
}
trello_cards_put_id_stickers_idsticker
Update a Sticker on a Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
id | string | Yes | — | The ID of the Card |
idSticker | string | Yes | — | The ID of the sticker |
top | number | Yes | — | The top position of the sticker, from -60 to 100 |
left | number | Yes | — | The left position of the sticker, from -60 to 100 |
zIndex | integer | Yes | — | The z-index of the sticker |
rotate | number | No | — | The rotation of the sticker |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"id": {
"type": "string",
"description": "The ID of the Card"
},
"idSticker": {
"type": "string",
"description": "The ID of the sticker"
},
"top": {
"type": "number",
"description": "The top position of the sticker, from -60 to 100"
},
"left": {
"type": "number",
"description": "The left position of the sticker, from -60 to 100"
},
"zIndex": {
"type": "integer",
"description": "The z-index of the sticker"
},
"rotate": {
"type": "number",
"description": "The rotation of the sticker"
}
},
"required": [
"PCID",
"id",
"idSticker",
"top",
"left",
"zIndex"
]
}
trello_cards_put_idcard_checklist_idchecklist_checkitem_idcheckitem
Update Checkitem on Checklist on Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
idCard | string | Yes | — | The ID of the Card |
idCheckItem | string | Yes | — | The ID of the checklist item to update |
pos | string | No | — | top, bottom, or a positive float |
idChecklist | string | Yes | — | The ID of the item to update. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"idCard": {
"type": "string",
"description": "The ID of the Card"
},
"idCheckItem": {
"type": "string",
"description": "The ID of the checklist item to update"
},
"pos": {
"type": "string",
"description": "`top`, `bottom`, or a positive float"
},
"idChecklist": {
"type": "string",
"description": "The ID of the item to update."
}
},
"required": [
"PCID",
"idCard",
"idCheckItem",
"idChecklist"
]
}
trello_cards_put_idcard_customfield_idcustomfield_item
Update Custom Field item on Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
idCard | string | Yes | — | ID of the card that the Custom Field value should be set/updated for |
idCustomField | string | Yes | — | ID of the Custom Field on the card. |
body | object | No | — | Request body |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"idCard": {
"type": "string",
"description": "ID of the card that the Custom Field value should be set/updated for"
},
"idCustomField": {
"type": "string",
"description": "ID of the Custom Field on the card."
},
"body": {
"description": "Request body"
}
},
"required": [
"PCID",
"idCard",
"idCustomField"
]
}
trello_cards_put_idcard_customfields
Update Multiple Custom Field items on Card Parameters:| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
customFieldItems | object[] | No | — | An array of objects containing the custom field ID, key and value, and ID of list type option. |
Show inputSchema
Show inputSchema
{
"type": "object",
"properties": {
"PCID": {
"type": "string",
"description": "Pink Connect ID for the authenticated connection"
},
"customFieldItems": {
"type": "array",
"items": {
"type": "object",
"properties": {
"idCustomField": {
"description": "The ID of the Custom Field"
},
"value": {
"type": "object",
"description": "An object containing the key and value to set for the card's Custom Field value. The key used to set the value should match the type of Custom Field defined. This is optional if Custom Field is list type."
},
"idValue": {
"description": "The ID of the option for the list type Custom Field. This is optional if Custom Field is not list type."
}
}
},
"description": "An array of objects containing the custom field ID, key and value, and ID of list type option."
}
},
"required": [
"PCID"
]
}

