Component Details
appmixer.trello.list.NewNotification
1.0.1
Public
{ "name": "appmixer.trello.list.NewNotification", "author": "Robert Beinaravicius <rbeinaravicius@ntrc.eu>", "icon": "data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUwMCIgaGVpZ2h0PSIyNTAwIiB2aWV3Qm94PSIwIDAgMjU2IDI1NiIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJ4TWlkWU1pZCI+PGRlZnM+PGxpbmVhckdyYWRpZW50IHgxPSI1MCUiIHkxPSIwJSIgeDI9IjUwJSIgeTI9IjEwMCUiIGlkPSJhIj48c3RvcCBzdG9wLWNvbG9yPSIjMDA5MUU2IiBvZmZzZXQ9IjAlIi8+PHN0b3Agc3RvcC1jb2xvcj0iIzAwNzlCRiIgb2Zmc2V0PSIxMDAlIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgZmlsbD0idXJsKCNhKSIgd2lkdGg9IjI1NiIgaGVpZ2h0PSIyNTYiIHJ4PSIyNSIvPjxyZWN0IGZpbGw9IiNGRkYiIHg9IjE0NC42NCIgeT0iMzMuMjgiIHdpZHRoPSI3OC4wOCIgaGVpZ2h0PSIxMTIiIHJ4PSIxMiIvPjxyZWN0IGZpbGw9IiNGRkYiIHg9IjMzLjI4IiB5PSIzMy4yOCIgd2lkdGg9Ijc4LjA4IiBoZWlnaHQ9IjE3NiIgcng9IjEyIi8+PC9zdmc+", "description": "This trigger fires every time you get a new notification in Trello.", "private": false, "tick": true, "version": "1.0.1", "auth": { "service": "appmixer:trello" }, "quota": { "manager": "appmixer:trello", "resources": "requests", "scope": { "userId": "{{userId}}" } }, "outPorts": [ { "name": "notification", "options": [ { "label": "id", "value": "id" }, { "label": "date", "value": "date" }, { "label": "type", "value": "type" }, { "label": "unread", "value": "unread" }, { "label": "idMemberCreator", "value": "idMemberCreator" }, { "label": "memberCreator.id", "value": "memberCreator.id" }, { "label": "memberCreator.avatarHash", "value": "memberCreator.avatarHash" }, { "label": "memberCreator.fullName", "value": "memberCreator.fullName" }, { "label": "memberCreator.initials", "value": "memberCreator.initials" }, { "label": "memberCreator.username", "value": "memberCreator.username" } ] } ] }