update_a_contact_new
Update an existing contact's email, name, phone, or custom fields. Modify any field of a contact record with a single PUT request.
Instructions
🟡 WRITE · updates data · Contacts · PUT /contacts/{id}
Update a contact
Modifies an existing record in place. Idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ID of the contact to update | |
| body | No | Request body (application/json). |