The customers command lets you create customers in your workspace.
Create a customer
This command creates a customer record. Use this when you want to add a customer with contact details before creating tickets for them.
neetodesk customers create --email [email protected] --first-name Alex --last-name Carter --description "Enterprise account"
Required flags:
--email- Customer email address
Optional flags:
--first-name- Customer first name--last-name- Customer last name--description- Customer description--company-id- Company ID to associate--language- Preferred language--phone- Customer phone number--time-zone- Time zone (e.g. America/New_York)
--subdomain <name>- Target a specific logged-in workspace--json- Return JSON envelope output--quiet- Return raw payload only--toon- Return TOON (token-optimized) output
Sample output:
ID a1b2c3d4-e5f6-7890-abcd-ef1234567890
NAME Alex Carter
EMAIL [email protected]