create_deal
Add a deal to Follow Up Boss CRM with stage, price, closing dates, and commission splits. Optionally attach people, users, and custom fields.
Instructions
Add a deal. (POST /deals)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the deal. | |
| price | No | The price associated with this deal. | |
| stageId | Yes | The stage that this deal should be assigned to. | |
| userIds | No | A list of user ids that should be part of this deal. | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| peopleIds | No | A list of person ids that should be part of this deal. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. | |
| description | No | Description of the deal. | |
| orderWeight | No | Set this value to enforce a specific sort order. | |
| possessionDate | No | Possession Date for this deal. | |
| teamCommission | No | Commission split for the team split. | |
| agentCommission | No | Commission split for the agent split. | |
| commissionValue | No | Commission value to assign to this deal. | |
| dueDiligenceDate | No | Due Diligence Date for this deal. | |
| projectedCloseDate | No | Projected close date of this deal. | |
| earnestMoneyDueDate | No | Earnest Money Due Date for this deal. | |
| finalWalkThroughDate | No | Final Walk Through Date for this deal. | |
| mutualAcceptanceDate | No | Mutual Acceptance Date for this deal. |