Field | Type | Required | Description | Example |
---|---|---|---|---|
Name |
string | ✔️ | The name of the deal | Huge Contract with Acme |
Description |
string | ✔️ | The description of the deal | Contract with Sales Operations Team |
Amount |
float64 | ✔️ | The amount of the deal | 1000 |
UserID |
*string | ➖ | The UUID of the user who is on the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
StageID |
*string | ➖ | The UUID of the stage of the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
CompanyID |
*string | ➖ | The UUID of the company tied to the deal | 801f9ede-c698-4e66-a7fc-48d19eebaa4f |
FieldMappings |
map[string]any | ➖ | The custom field mappings of the company between the remote 3rd party & Panora | { "fav_dish": "broccoli", "fav_color": "red" } |