create_team
Create a team in Follow Up Boss CRM by providing a name and member user IDs, with optional team leaders and extra fields.
Instructions
Create a new team. (POST /teams)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The name of the team. | |
| userIds | Yes | An array of user IDs that will be member of this team. | |
| 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. | |
| leaderIds | No | The complete list of team leaders. | |
| 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. |