Query
query ListCustomIntegrations {
listCustomIntegrations {
ok
integrations {
uid
name
logoBase64
isActive
nodeTypes {
nodeType
iconName
color
}
}
}
}Response
{
"data": {
"listCustomIntegrations": {
"ok": true,
"integrations": [
{
"uid": "string",
"name": "string",
"logoBase64": "string",
"isActive": true,
"nodeTypes": [
{
"nodeType": "string",
"iconName": "string",
"color": "LEAF"
}
]
}
]
}
}
}listCustomIntegrations
List all custom integrations in the workspace.
QUERY
listCustomIntegrations: ListCustomIntegrationsOutput!Returns
ok
Boolean!
integrations
[Integration!]!
Query
query ListCustomIntegrations {
listCustomIntegrations {
ok
integrations {
uid
name
logoBase64
isActive
nodeTypes {
nodeType
iconName
color
}
}
}
}Response
{
"data": {
"listCustomIntegrations": {
"ok": true,
"integrations": [
{
"uid": "string",
"name": "string",
"logoBase64": "string",
"isActive": true,
"nodeTypes": [
{
"nodeType": "string",
"iconName": "string",
"color": "LEAF"
}
]
}
]
}
}
}Related topics
Custom Integration APICustom IntegrationAlerts Configuration and CustomizationJumpCloud SSOCustomize the Slack Agent