add_deal_field
Create a new custom deal field in Pipedrive by specifying name, type, and optional options. Returns the field ID and key for use in deal updates.
Instructions
Create a new custom deal field on the Pipedrive account.
field_type: varchar | text | double | monetary | date | enum | set | address | phone | time | etc.
options: list of labels for enum/set (dropdown) fields.
Returns the new field's id and key to use in update_deal(custom_fields={key: value}).
Auto-backed up.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| field_type | Yes | ||
| options | No |