problem describes a detected health issue on a connected channel account - e.g. send/receive impairment, rate limits, or verification issues. A problem without resolvedAt is still active.
{ "_id": "68cc1241bafffd81d455e788", "channel": "whatsapp", "accountId": "972586640430", "name": "whatsapp_business_has_limited_messaging_availability", "severity": "error", "impairedFunctionality": { "send": true, "receive": false }, "message": "The Business has not passed business verification.", "instruction": "Visit business settings and start or resolve the business verification request.", "createdAt": 1758204481268, "startedAt": 1758204400000}
Map of impacted capabilities to booleans (true = impacted). For WhatsApp mainly send and receive; other feature keys (attachments, templates, …) can appear Example: {"send":true,"receive":false}
message
string
Human-readable explanation of the issue
instruction
string
Recommended remediation. Not present on all problems