cURL
curl --request POST \ --url https://api.agentixx.io/api/groups \ --header 'Content-Type: application/json' \ --header 'x-tenant-id: <api-key>' \ --cookie better-auth.session_token= \ --data ' { "name": "VIP Customers", "filters": { "version": 1, "logic": "AND", "conditions": [ { "field": "tags", "operator": "contains", "value": "vip" } ] } } '
{}
Create a new contact group with filter conditions. Admin only.
Session cookie set by Better Auth on sign-in.
Tenant/workspace UUID. Required on all /api/* endpoints.
Create a contact group with filter conditions
1 - 100
Show child attributes
Group created