MailMoo
EndpointsInbox

Count what needs attention

Returns how many leads sit in each bucket of the triage queue: waiting on a reply, due a catch-up, carrying a due task, gone quiet, stalled, or due to wake from on-hold. A lead lands in exactly one bucket, so the buckets sum to total.

GET/triage.getTriageCounts

Authorization

bearerAuth
AuthorizationBearer <token>

Enter your MailMoo API key (format: sk_live_...)

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/triage.getTriageCounts"
{  "needs_reply": 0,  "due_catchups": 0,  "due_tasks": 0,  "gone_quiet": 0,  "stalled_evaluation": 0,  "due_wakeups": 0,  "total": 0,  "property1": null,  "property2": null}