wealthbox.opportunities.create
Create a new sales opportunity in Wealthbox CRM by specifying name, pipeline, stage, amount, and other relevant details.
Instructions
Create opportunity. Example: {"name":"New deal","pipeline_id":1,"stage_id":2,"amount":10000}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | ||
| name | No | ||
| amount | No | ||
| stage_id | No | ||
| close_date | No | ||
| description | No | ||
| pipeline_id | No | ||
| primary_contact_id | No |