create_deal
Create a new deal in your CRM by providing an origin ID and optional details like name, phone, email, and custom fields.
Instructions
Create a new deal in the CRM. origin_id is required — use list_origins to find valid origin IDs. fields: custom fields as a JSON object (e.g. {"field_key": "value"}). Call list_fields first to discover available field keys.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| origin_id | Yes | ||
| name | No | ||
| phone | No | ||
| No | |||
| username | No | ||
| value | No | ||
| stage_id | No | ||
| user_id | No | ||
| contact_id | No | ||
| fields | No |
Output Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |