Count unread conversations
Returns how many conversations have unread messages from a lead, across both channels. Cheap enough to poll: it is a count, not a list.
/inbox.getUnreadCountAuthorization
bearerAuth Enter your MailMoo API key (format: sk_live_...)
In: header
Response Body
application/json
application/json
application/json
curl -X GET "https://example.com/inbox.getUnreadCount"0List what needs attention GET
The whole triage queue as one paginated feed, already in priority order: people waiting on you first, then dates you set, then tasks you wrote, then leads that have gone silent. Each item carries the last message either way, so you can tell what is owed without opening the conversation.
List conversations GET
Returns the social conversations in the workspace, most recently active first, filtered by any combination of unread, replied, tag, campaign and pipeline stage. Pass the returned `cursor` back to page through. Email threads are not included.

