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