VUZDevelopers

Get Vuzzy's recommended next best action for this deal (rule-based recommendation engine)

GET
/crm/deals/{id}/next-best-action
X-Api-Key<token>

Business API key, e.g. vuz_ab12cdef... Created via Settings → Integrations → API Keys. Unlike partner keys, a public API key's STRING does not encode its environment — isolation instead comes from a completely separate sandbox database: a key minted on the Sandbox server (above) only ever reads/writes sandbox data and can never see or affect production, regardless of what the key looks like.

In: header

Path Parameters

id*string

Deal UUID

Response Body

application/json

curl -X GET "https://example.com/crm/deals/string/next-best-action"
{  "ruleId": "unpaid_invoice_no_payment_link",  "message": "שלח קישור תשלום",  "reason": "אין שום פעולה מתוכננת על העסקה הזו — עסקאות בלי צעד הבא נוטות להיתקע. קבע משימה או תזכורת.",  "actionType": "send_payment_link",  "actionLabel": "שלח קישור תשלום",  "actionUrl": "/app/crm/deals/550e8400-e29b-41d4-a716-446655440000"}