Convert Contact Entity
convert_contact_entityChange a contact's entity type while preserving foreign key relationships. Use target_type to reclassify, with idempotency support for safe retries.
Instructions
Convert a contact’s entity_type (same as classify_contact). Preserves FKs. ($0.10; API key required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | No | ||
| person_id | No | ||
| request_id | No | Client idempotency key (retries return original result). | |
| target_type | Yes | ||
| idempotency_key | No | Alias for request_id. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| person | No | ||
| message | No | ||
| change_id | No |