create_pond
Create a new pond by specifying its name, the lead agent, and member user IDs to organize your team.
Instructions
Create a pond. (POST /ponds)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the pond you want to create | |
| userId | Yes | The Pond Lead Agent | |
| userIds | Yes | IDs of all users to add as members of 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. |