Add member n8n actions

Signed-off-by: Bryan Frimin <bryan@getprobo.com>
This commit is contained in:
Bryan Frimin
2026-02-06 10:32:37 +01:00
parent a9a2e75c59
commit 96a62e9ada
8 changed files with 640 additions and 0 deletions

View File

@@ -97,6 +97,11 @@ export class Probo implements INodeType {
value: 'meeting',
description: 'Manage meetings',
},
{
name: 'Member',
value: 'member',
description: 'Manage organization members',
},
{
name: 'Organization',
value: 'organization',