Suggest Follow-ups
AI Analysis
Suggest Follow-ups
Generate personalized follow-up action suggestions for a contact based on recent activity
POST
Suggest Follow-ups
Request
Headers
Optional UUID for retry deduplication.
Body Parameters
UUID of the contact to generate suggestions for.
Number of suggestions to generate (1 - 10).
Window of recent activity to consider.
Optional whitelist of acceptable channels for suggestions:
email, call, meeting, linkedin, whatsapp. Defaults to all.Response
X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Reset, and X-Request-ID.
Example Response
Errors
| Status | Code | Description |
|---|---|---|
| 400 | validation_error | Missing or malformed contact_id |
| 401 | invalid_key | Invalid or expired API key |
| 402 | insufficient_credits | Workspace credit balance is exhausted |
| 403 | insufficient_permissions | Missing write:ai permission |
| 404 | not_found | Contact not found in this workspace |
| 429 | rate_limited | Rate limit exceeded |