Create Customer Tool
create-customerCreates one customer directly in the selected FieldRobin business when the connection has customer-write permission. Search first to avoid creating a duplicate; reuse the idempotency key only when retrying the same request.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Customer full name. | |
| No | Customer email address, if known. | ||
| notes | No | Internal customer notes. | |
| phone | No | Customer phone number, if known. | |
| address | No | Customer address, if known. | |
| trade_type | No | Customer trade or service type. | |
| location_id | No | Business location for the customer. | |
| business_name | No | Customer business name, if known. | |
| lifecycle_tag | No | Lifecycle tag. | |
| idempotency_key | Yes | Opaque retry key. Reuse it only for the same request to receive the verified result without creating a duplicate. | |
| acquisition_source | No | How the customer was acquired. |