list_conversations
Retrieve a simplified view of recent user conversations, including messages sent or received within the last 6 months, using Carbon Voice’s communication management tool.
Instructions
List all conversations. Returns a simplified view of user conversations that have had messages sent or received within the last 6 months.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {},
"type": "object"
}