sync_a_contacts_data
Sync a contact's data by creating or updating the record (upsert) based on email address.
Instructions
🟡 WRITE · creates or updates · Contacts · POST /contact/sync
Sync a contact's data
Creates the record if it is new, otherwise updates the existing one (an upsert). Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Request body (application/json). |