Create Team
gorgias_create_teamCreate a new team to configure auto-assignment of tickets. Add members and customize team details to streamline ticket routing.
Instructions
POST /api/teams — Create a new team. Teams are used with the auto-assign tickets feature.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the team | |
| members | No | The list of users to include in the team | |
| decoration | No | Object describing how the team appears on the webpage | |
| description | No | Longer description of the team |