get_deal_fields
Retrieve all deal field definitions from Pipedrive to map hash IDs to human-readable names, essential for interpreting custom fields in deal data.
Instructions
Get all deal field definitions from Pipedrive.
Returns field metadata that maps the hash IDs (like 'c3976c9693716fc786c2092081506816441ee526') to human-readable names. Essential for understanding custom fields in deal data.
Returns: JSON array of field definitions with: - key: The field ID/hash used in deal data - name: Human-readable field name - field_type: Type of field (text, number, date, enum, etc.) - options: Available options for enum/set fields
Examples: - get_deal_fields() - Get all deal field definitions
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |