accelo_update_prospect
Update an existing prospect in Accelo CRM by changing its title, value, manager, due date, weighting, progress, or status.
Instructions
Update an existing prospect.
Args: id: Prospect ID (required) title: New title value: New value staff_id: New manager staff ID date_due: New due date (unix timestamp) weighting: New weighting (0-5) progress: New progress (0-100) status_id: New status ID (bypasses progressions) fields: Additional fields to return
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| title | No | ||
| value | No | ||
| fields | No | ||
| date_due | No | ||
| progress | No | ||
| staff_id | No | ||
| status_id | No | ||
| weighting | No |