update_contact
Update a contact's details in Crelate by providing their ID and any new information such as name, email, phone, or job title.
Instructions
Update an existing contact in Crelate.
Args: contact_id: The unique ID of the contact to update first_name: Contact's first name last_name: Contact's last name email: Contact's email address phone: Contact's phone number title: Contact's job title
Returns: JSON string containing the updated contact details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| No | |||
| phone | No | ||
| title | No | ||
| last_name | No | ||
| contact_id | Yes | ||
| first_name | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |