Component Details
appmixer.trello.list.AddMemberToCard
1.0.1
Public
{ "name": "appmixer.trello.list.AddMemberToCard", "author": "Robert Beinaravicius <rbeinaravicius@ntrc.eu>", "icon": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwMCIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA5MUU2IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNzlCRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNhKSIgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIHJ4PSIyNSIvPjxyZWN0IGZpbGw9IiNGRkYiIHg9IjE0NC42NCIgeT0iMzMuMjgiIHdpZHRoPSI3OC4wOCIgaGVpZ2h0PSIxMTIiIHJ4PSIxMiIvPjxyZWN0IGZpbGw9IiNGRkYiIHg9IjMzLjI4IiB5PSIzMy4yOCIgd2lkdGg9Ijc4LjA4IiBoZWlnaHQ9IjE3NiIgcng9IjEyIi8+PC9zdmc+", "description": "Add a member to a specific card.", "private": false, "version": "1.0.1", "auth": { "service": "appmixer:trello" }, "quota": { "manager": "appmixer:trello", "resources": "requests", "scope": { "userId": "{{userId}}" } }, "inPorts": [ { "name": "in", "schema": { "properties": { "boardId": { "type": "string" }, "boardListCardId": { "type": "string" }, "boardMemberId": { "type": "string" } }, "required": [ "boardListCardId", "boardMemberId" ] }, "inspector": { "inputs": { "boardId": { "type": "select", "label": "Board", "index": 1, "source": { "url": "/component/appmixer/trello/list/ListBoards?outPort=boards", "data": { "transform": "./transformers#boardsToSelectArray" } }, "tooltip": "Select a board." }, "boardListCardId": { "type": "select", "label": "Card", "index": 2, "source": { "url": "/component/appmixer/trello/list/ListBoardsCards?outPort=cards", "data": { "messages": { "in/boardId": "inputs/in/boardId" }, "transform": "./transformers#cardListsToSelectArray" } }, "tooltip": "Select a card." }, "boardMemberId": { "type": "select", "label": "Member", "index": 3, "source": { "url": "/component/appmixer/trello/list/ListBoardsMembers?outPort=members", "data": { "messages": { "in/boardId": "inputs/in/boardId" }, "transform": "./transformers#boardMembersToSelectArray" } }, "tooltip": "Select a member." } } } } ], "outPorts": [ { "name": "member", "options": [ { "label": "idMember", "value": "id" }, { "label": "idCard", "value": "idCard" }, { "label": "avatarHash", "value": "avatarHash" }, { "label": "fullName", "value": "fullName" }, { "label": "initials", "value": "initials" }, { "label": "username", "value": "username" } ] } ] }