Create a Twenty CRM record
twenty_create_recordAdd a new record to any allowed business object in Twenty CRM, specifying the object type and field values. Supports upsert and relation depth options.
Instructions
Create one record in an allowed business object. Internal/system objects are read-only by default.
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. | |
| upsert | No | ||
| response_format | No | Output format. JSON is best for follow-up tool calls; markdown is easier to read. | json |