Restore multiple Twenty CRM records
twenty_restore_recordsRestore soft-deleted records in Twenty CRM by applying a filter to recover deleted companies, people, opportunities, and more.
Instructions
Restore soft-deleted records matching a required filter.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| 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 |