Mutation
mutation AddCustomIntegration($name: String!, $nodeTypes: [IntegrationNodeTypeInfo!]!) {
addCustomIntegration(name: $name, nodeTypes: $nodeTypes) {
ok
integrationUid
}
}Variables
{
"name": "string",
"nodeTypes": [
{
"nodeType": "string"
}
]
}Response
{
"data": {
"addCustomIntegration": {
"ok": true,
"integrationUid": "string"
}
}
}addCustomIntegration
MUTATION
addCustomIntegration(logoUrl: String, name: String!, nodeTypes: [IntegrationNodeTypeInfo!]!): AddCustomIntegrationArguments
logoUrl
String
name
String!
required
nodeTypes
required
Returns
ok
Boolean!
integrationUid
String!
Mutation
mutation AddCustomIntegration($name: String!, $nodeTypes: [IntegrationNodeTypeInfo!]!) {
addCustomIntegration(name: $name, nodeTypes: $nodeTypes) {
ok
integrationUid
}
}Variables
{
"name": "string",
"nodeTypes": [
{
"nodeType": "string"
}
]
}Response
{
"data": {
"addCustomIntegration": {
"ok": true,
"integrationUid": "string"
}
}
}Related topics
Custom Integration APICustom IntegrationCustom TestsAlerts Configuration and CustomizationQuadrant Chart