pipedrive_add_deal_installment
Add an installment payment to a deal. Provide description, amount, and billing date; the deal must have a one-time product and no recurring products.
Instructions
Add an installment (payment schedule entry) to a deal. Growth+ plan required; the deal must have at least one one-time product and no recurring products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The deal ID | |
| description | Yes | Installment description (required) | |
| amount | Yes | Installment amount, must be positive (required) | |
| billing_date | Yes | Billing date in YYYY-MM-DD format (required) |