create_deal
Create a deal in Nimble CRM with specified pipeline, stage, and field values. Supports owner, currency, and tags for complete deal setup.
Instructions
Create a new deal in Nimble CRM (deals_v2).
Args: pipeline_id: Pipeline to place the deal in. stage_id: Stage within that pipeline. fields_values_json: JSON string keyed by field id, each a list of {"value": ...} dicts. Must include the deal name field; probability is required unless the stage has a default. Example: {"63760e653af0e748fe48366a": [{"value": "Big Deal"}]} owner_id: User ID who owns the deal. currency: ISO-4217 3-letter currency code. tags: Comma-separated tags to apply.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| currency | No | ||
| owner_id | No | ||
| stage_id | Yes | ||
| pipeline_id | Yes | ||
| fields_values_json | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |