Update Conversation Groups
PUT {{base_url}}/v1/manage/group/{groupId}
Request Body
{"id"=>"{groupId}", "name"=>"Calls made by John", "description"=>"All the conversations made by the agent John Doe are captured under this Group.", "criteria"=>"conversation.metadata.agentId==johndoe"}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
x-api-key | string | ||
Content-Type | string |