Assign conversation
groove_assign_conversationASSIGNS a conversation to an agent and/or team. Pass agent_id, team_id, or both (at least one is required). Groove GraphQL: conversationAssign.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The conversation id (opaque GraphQL ID). | |
| team_id | No | Team id to assign the conversation to. | |
| agent_id | No | Agent id to assign the conversation to. |