updateContact
Update an existing contact's information. Requires authentication. Required: contactId (string). Optional: firstName, lastName, email, phone, organization, street1, street2, city, state, postalCode, country
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| city | No | ||
| No | |||
| phone | No | ||
| state | No | ||
| country | No | ||
| street1 | No | ||
| street2 | No | ||
| lastName | No | ||
| contactId | Yes | ||
| firstName | No | ||
| postalCode | No | ||
| sessionKey | No | Session key (osk_...) returned by checkDeviceLoginStatus. Pass it on every call when logged in via the in-chat device flow; omit when connected via OAuth. | |
| organization | No |