create_lead
Create a new CRM deal with contact info, budget, and pipeline stage. Set a deadline and assignee to manage the sales opportunity.
Instructions
Create a new CRM deal (lead)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Deal name | |
| budget | No | Deal budget amount | |
| deadline | No | Planned closing date (YYYY-MM-DD) | |
| assignee_id | No | Responsible user ID | |
| description | No | Deal description | |
| pipeline_id | No | Pipeline ID | |
| contact_name | No | Contact person name | |
| contact_email | No | Contact email | |
| contact_phone | No | Contact phone | |
| contact_company | No | Contact company | |
| pipeline_stage_id | No | Pipeline stage ID |