Batch-update Twenty CRM records
twenty_batch_update_recordsUpdate all records matching a filter in a Twenty CRM object by providing field values. Supports companies, people, opportunities, and more.
Instructions
Patch all records matching a required filter in an allowed business object.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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. | |
| filter | Yes | Twenty filter, for example name[ilike]:"%acme%" or createdAt[gte]:"2026-01-01". | |
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |