wealthbox.contacts.update
Update a contact in Wealthbox by ID. Provide the ID and changed fields like name, email, phone, or address to modify the record.
Instructions
Update contact. Provide id and changed fields. You can also pass raw body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| body | No | ||
| tags | No | ||
| type | No | ||
| emails | No | ||
| phones | No | ||
| addresses | No | ||
| last_name | No | ||
| first_name | No |