n8n-nodes-cativa
Version:
This is an n8n community node to communicate with Cativa.
38 lines • 992 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.groupTriggerDescription = void 0;
exports.groupTriggerDescription = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: ['group'],
},
},
options: [
{
name: 'New Posts',
value: 'onNewGroupPosts',
action: 'New posts',
},
],
default: 'onNewGroupPosts',
},
{
displayName: 'Group ID',
name: 'groupId',
type: 'string',
displayOptions: {
show: {
resource: ['group'],
operation: ['onNewGroupPosts'],
},
},
required: true,
default: '',
},
];
//# sourceMappingURL=GroupTriggerDescription.js.map