update_pond
Update pond details in Follow Up Boss CRM by ID, changing name, lead agent, or member assignments.
Instructions
Update a pond by id. (PUT /ponds/{id})
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | Set this value to change the name of the Pond | |
| userId | No | Set this value to change the Pond Lead Agent | |
| userIds | No | Set this value to add or remove members from the pond | |
| extraBody | No | Extra raw JSON body fields not explicitly listed above — e.g. custom.* fields when creating/updating people or deals. Keys and values are sent as-is. | |
| extraQuery | No | Extra raw query parameters not explicitly listed above — e.g. FUB custom field filters like custom.ClosingDate on /people or /deals. Keys and values are sent as-is. |