updateDeal
Update a deal's properties such as name, stage, price, people, and users in Follow Up Boss CRM.
Instructions
Update a deal. Use price (not value) and peopleIds (not personId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Deal ID | |
| name | No | Name | |
| stageId | No | Stage ID | |
| peopleIds | No | People on deal | |
| userIds | No | User IDs | |
| price | No | Price | |
| description | No | Description |