Create Deal Column
POST /deals/columns/create
Add a custom column.
list_id null creates a GLOBAL column, visible on every deals grid in the
org. That is the wider blast radius of the two, so it is what you get by
omission only because it is the app’s own default.
The path is /columns/create rather than a POST to /columns, matching
the app exactly - a different spelling here would be a second way to say
the same thing.
Authorizations
Parameters
Header Parameters
Request Body required
Add a custom column to the deals grid.
Responses
201
Successful Response
object
An open envelope for a deal, a merge preview or a column result.
Open because the crossfire and merge-preview payloads are computed shapes that grow with the product, and a closed model would drop a field from an ADVISORY read - where a missing signal reads as “nothing to worry about” rather than “we did not tell you”.
object
422
Validation Error