Update a Twenty CRM record
twenty_update_recordUpdate a record in a Twenty CRM business object by providing its UUID and field changes.
Instructions
Patch one record in an allowed business object by UUID.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| data | Yes | Record fields. Use field names from your Twenty workspace schema. | |
| depth | No | Relation depth: 0 for the record only, 1 for direct relations. | |
| entity | Yes | Twenty object name. Prefer companies, people, opportunities, tasks, and notes for normal CRM work. | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |