Deals
An object to represent deals involving people & companies
api_slug: deals
singular_noun: Deal
plural_noun: Deal
The Deal object is available in every Attio workspace, but disabled by default. It can only be activated by a workspace admin, in the objects settings page.
Writeable attributes
Attribute | Slug | Type | Traits |
---|---|---|---|
Name | name | Text | Required |
Deal stage | stage | Status | Required - by default one of "Lead" , "In Progress" , "Won 🎉" , "Lost" (workspaces can configure these status options) |
Deal owner | owner | Actor reference | Required |
Deal value | value | Currency | Defaults to USD, can be changed |
Associated people | associated_people | Record reference | Relationship, inverse of Person -> associated_deals |
Associated company | associated_company | Record reference | Relationship, inverse of Company -> associated_deals |
Note that deals do not have a unique attribute by default. This means that they cannot be automatically asserted without adding an additional unique attribute.
Updated 9 months ago