NodesSocial Nodes
Edit Page on GitHubGet Gmail Email
Retrieve email from your connected gmail account using a search query (requires Gmail_Read connection).
getgmailemailinboxsearchEasy5

Description
The Get Gmail Email node allows you to retrieve email from your connected Gmail account using a search query. You can specify the search criteria similar to how you would in the Gmail search bar (e.g., is:unread from:amazon). The node can return multiple emails based on the specified count.
Common Use Cases
- Retrieve unread emails from a specific sender.
- Fetch emails containing specific keywords.
- Integrate email retrieval into automated workflows.
Inputs
The input connections this node accepts:
NameDescriptionTypeFlowThe Flow to triggerFlowSearch QuerySearch query for email (same as gmail search bar, e.g., 'is:unread from:amazon')TextCountNumber of email to retrieveNumberOutputs
The output connections this node provides:
NameDescriptionTypeAll EmailAll email data (JSON array of {subject, body})JSONSubjectThe email subject (if only one email selected)TextBodyThe email body (if only one email selected)TextToolThe tool version of this node, to be used by LLMsToolFields
The configurable fields this node provides:
NameDescriptionTypeSearch QuerySearch query for email (same as gmail search bar)Value:search query here ...TextCountNumber of email to retrieveValue: 5Min: 1Max: 50Step: 1SliderGmail_ReadConnect to your Gmail accountsocialLast updated on