Add people to n8n

Signed-off-by: Sacha Al Himdani <sacha@getprobo.com>
This commit is contained in:
Sacha Al Himdani
2025-12-09 10:49:09 +01:00
parent bb7f4574ee
commit ba1c884f4a
8 changed files with 613 additions and 1 deletions

View File

@@ -102,6 +102,11 @@ export class Probo implements INodeType {
value: 'organization',
description: 'Manage organizations',
},
{
name: 'People',
value: 'people',
description: 'Manage people',
},
{
name: 'Vendor',
value: 'vendor',
@@ -134,4 +139,4 @@ export class Probo implements INodeType {
methods = {
listSearch: {},
};
}
}