ReferenceAsk
Remy Reference/agent/getGmailUnreadCount
?

getGmailUnreadCount

Get the number of unread emails in the connected Gmail inbox.
mindstudio.getGmailUnreadCount(input) Result

Get the number of unread emails in the connected Gmail inbox.

Parameters
connectionId
string
Google OAuth connection ID
Call from a method
import { mindstudio } from '@mindstudio-ai/agent';

const result = await mindstudio.getGmailUnreadCount({});