Email Analysis
Analyzes incoming emails for context, sentiment, and required actions.
POST /api/agents/email
Request Body
{
"site_id": "123e4567-e89b-12d3-a456-426614174000",
"limit": 5
}| Parameter | Type | Required | Description |
|---|---|---|---|
site_id | string | Yes | The UUID of the site. |
limit | number | No | Max emails to analyze (default: 5). |
lead_id | string | No | Filter by lead UUID. |
agentId | string | No | The UUID of the agent. |
user_id | string | No | The UUID of the user. |
analysis_type | string | No | Type of analysis to perform. |
since_date | string | No | ISO date string to filter emails. |
Response
Returns the analysis results and processed emails.
Last updated on