n8n-nodes-chatwoot
Version:
This is an n8n community node. It lets you use ChatWoot in your n8n workflows.
28 lines • 799 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.accountDescription = void 0;
exports.accountDescription = [
{
displayName: 'Operation',
name: 'operation',
type: 'options',
noDataExpression: true,
displayOptions: {
show: {
resource: [
'account',
],
},
},
options: [
{
name: 'Information',
value: 'accountInformation',
description: 'Get details about an account',
action: 'Information about an account',
},
],
default: 'accountInformation',
},
];
//# sourceMappingURL=AccountDescription.js.map
;