cigchat_team_update_agent_group
Modify agent group details for your cig.chat team: name, image, assignment method, and online priority.
Instructions
update agent group [PUT /team/update-agent-group/{id}] Requires the "Manage Team" scope on the token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Agent Group Id | |
| name | Yes | ||
| image | No | ||
| online_first | No | Default (0), Online First (1), Online Only (2) Example: 0 | |
| assign_method | No | random,least_assigned,round_robin Example: random | |
| only_view_assigned_to_me | No | All Conversations (0), Only conversations assigned to me (1) Example: 0 |