accelo_update_contact
Update an existing contact in Accelo CRM by specifying the contact ID and the fields to modify, such as name, status, or comments.
Instructions
Update an existing contact.
Args: id: Contact ID (required) firstname: New first name surname: New surname title: New honorific comments: New comments status: New status ID fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| fields | No | ||
| status | No | ||
| surname | No | ||
| comments | No | ||
| firstname | No |