Component Details
appmixer.zendesk.chats.GetChat
1.0.0
Public
Dynamic variables loaded from /component/appmixer/zendesk/chats/GenerateChatsOutput?outPort=out
{ "name": "appmixer.zendesk.chats.GetChat", "author": "Jimoh Damilola <jimoh@client.io>", "description": "When triggered, returns a specific chat.", "icon": "data:image/svg+xml;base64,PHN2ZyBpZD0ibG9nb19sb2NrdXBzIiBkYXRhLW5hbWU9ImxvZ28gbG9ja3VwcyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTAwIDUwMCI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiNmNzlhM2U7fS5jbHMtMntmaWxsOiMwMDM2M2Q7fTwvc3R5bGU+PC9kZWZzPjx0aXRsZT5jaGF0X2xvZ29tYXJrPC90aXRsZT48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0xNzgsMTA1LjcyYTIuNCwyLjQsMCwwLDEsMSwuNDNjOTIuODQsOTIuODQsOTIuNiwyNDMuMjkuMywzMzUuODJMMTAuNDgsMjczLjIxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTM2OS43NiwyOTcuOTFhMywzLDAsMCwwLS40Mi0uODFjLTY2LTY2LTY2LTE3Mi44NS4wNi0yMzkuMDhMNDg5LjUyLDE3OC4xNVoiLz48L3N2Zz4=", "private": false, "auth": { "service": "appmixer:zendesk" }, "quota": { "manager": "appmixer:zendesk", "resources": "requests", "scope": { "userId": "{{userId}}" } }, "inPorts": [ { "name": "in", "schema": { "type": "object", "properties": { "id": { "type": "string" } }, "required": [ "id" ] }, "inspector": { "inputs": { "id": { "type": "text", "label": "Chat ID", "source": { "url": "/component/appmixer/zendesk/chats/ListChats?outPort=chats", "data": { "properties": { "sendWholeArray": true }, "transform": "./ListChats#chatsToSelectArray" } }, "index": 0 } } } } ], "outPorts": [ { "name": "chat", "source": { "url": "/component/appmixer/zendesk/chats/GenerateChatsOutput?outPort=out", "data": { "transform": "./GenerateChatsOutput#getOutputOptions" } } } ] }