gong.json•779 B
{
"nodeType": "n8n-nodes-base.gong",
"displayName": "Gong",
"description": "Interact with Gong API",
"version": 1,
"properties": [
{
"name": "operation",
"displayName": "Operation",
"type": "options",
"default": "getAll",
"description": "Retrieve data for a specific call",
"displayOptions": {
"show": {
"resource": [
"call"
]
}
}
}
],
"credentialsConfig": [],
"io": {
"inputs": [
"Main"
],
"outputs": [
"Main"
],
"outputNames": [],
"hints": {}
},
"wiring": {
"role": "generic",
"requires": [],
"optional": [],
"consumedBy": [],
"consumes": [
"Main"
],
"produces": [
"Main"
]
}
}