Classify Contact
classify_contactClassify a CRM row as person, company, merchant, or another entity type while retaining all transactions and linked records.
Instructions
Set entity_type (person/company/merchant/…) on a CRM row without losing transactions or links. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | No | ||
| entity_id | No | ||
| person_id | No | ||
| confidence | No | ||
| request_id | No | Client idempotency key (retries return original result). | |
| entity_type | Yes | ||
| idempotency_key | No | Alias for request_id. | |
| identity_status | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | No | ||
| message | No | ||
| change_id | No |