Add a customer
Create a new customer record in the Servinix portal so you can schedule jobs, send estimates, and track service history for that customer.Before you start
- You need access to the Servinix portal. Sign in and navigate to the Customer page.
- Customer creation is a portal-only action. The Servinix mobile app supports searching and viewing existing customers but does not include an inline create flow.
Steps
- In the left navigation, click Customer.
- Click New customer.
- Fill in the customer’s details. The fields confirmed in the portal include:
- Name — the customer’s full name or company name
- Email — contact email address
- Phone — contact phone number
- Industry — for example, Residential
- Type — for example, company
- Billing address — street, unit, city, state, and zip code
- Save the new record.
route--customer.json (portal capture) and the V1Customer type definition in the mobile app (customer.ts). A follow-up portal capture of the creation form would confirm field names, required vs. optional status, and any dropdown options.