Create Customer
create_customerCreate a new customer record in Service Fusion by providing required customer name and optional contact, address, and payment information.
Instructions
Create a new customer record in Service Fusion. Note: This endpoint may require elevated API permissions. If you get a 403 error, customer creation must be done through the Service Fusion web UI instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| customer_name | Yes | Customer or company name. | |
| first_name | No | Primary contact first name. | |
| last_name | No | Primary contact last name. | |
| No | Primary contact email address. | ||
| phone | No | Primary phone number. | |
| mobile_phone | No | Mobile phone number. | |
| street_1 | No | Street address line 1. | |
| street_2 | No | Street address line 2 (suite, unit, etc.). | |
| city | No | City. | |
| state_prov | No | State or province (2-letter code, e.g., 'TX'). | |
| postal_code | No | ZIP or postal code. | |
| source | No | Lead source. | |
| payment_type | No | Default payment type. | |
| notes | No | Customer notes. |