Update contact
keap_update_contactUPDATE an existing contact by id. Provide any of given_name, family_name, email_addresses, phone_numbers, company_id, plus an optional extra object of any other Keap fields (only supplied fields are changed). Keap: PATCH /contacts/{contact_id}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| extra | No | Any other Keap fields to merge into the request body verbatim. | |
| company_id | No | Id of the company to associate the contact with. | |
| contact_id | Yes | The contact id to update. | |
| given_name | No | The contact's first name. | |
| family_name | No | The contact's last name. | |
| phone_numbers | No | Phone numbers to set on the contact. | |
| email_addresses | No | Email addresses to set on the contact. |