Messaging & Compliance
Spam Monitoring
Track Tuco AI line health, failure rates, and spam risk in real time. Works with HubSpot, Salesforce, GoHighLevel, and direct iMessage flows.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Track Tuco AI line health, failure rates, and spam risk in real time. Works with HubSpot, Salesforce, GoHighLevel, and direct iMessage flows.
GET /api/lines/spam-monitor
{
"lines": [
{
"lineId": "abc123",
"linePhone": "+19045551234",
"lineType": "phone",
"totalSentLast24h": 150,
"failedLast24h": 3,
"failureRate": 2.0,
"consecutiveFailures": 0,
"spamRisk": "low",
"recommendation": "Line is healthy."
}
]
}
| Risk | Failure Rate | Action |
|---|---|---|
| Low | < 5% | No action needed |
| Medium | 5-15% | Reduce send volume by 50%, monitor 24h |
| High | > 15% | Pause campaigns immediately, wait 24-48h |