Actions
Find Email
Integrations
- Gmail
- Authentication
- Actions
- Triggers
- Google Sheets
- Google Calendar
- Google Contacts
- Google Forms
- Slack
- Salesforce
- Monday
- LinkedIn
- Outlook
- Twilio
- Voice
- File
- Extract
- Answer
- Link
- Browser
- Brainbase Table
- Google Search
- Mapping
- Code
- Brainbase Forms
- API
Actions
Find Email
Find for an email in your Gmail account
Input
Property | Type | Required | Description |
---|---|---|---|
subject | SHORT_TEXT | No | The email subject |
fromAddress | SHORT_TEXT | No | The address sending the new mail |
to | SHORT_TEXT | No | The address receiving the new mail |
label | DROPDOWN | No | The label tagged to the mail |
category | STATIC_DROPDOWN | No | category of the mail |
Sample Output
Copy
[
{
"messages": [
{
"thread": {
"id": "382baac18543beg8",
"historyId": "183baac185",
"messages": [
{
"id": "183baac18543bef8",
"threadId": "382baac18543beg8",
"labelIds": [
"UNREAD",
"CATEGORY_SOCIAL",
"INBOX"
],
"snippet": "",
"payload": {
"partId": "",
"mimeType": "multipart/alternative",
"filename": "",
"headers": [
[
null
]
],
"body": {
"size": 0
},
"parts": [
[
null
]
]
},
"sizeEstimate": 107643,
"historyId": "99742",
"internalDate": "1665284181000"
}
]
},
"message": {
"id": "183baac18543bef8",
"threadId": "382baac18543beg8",
"labelIds": [
"UNREAD",
"CATEGORY_SOCIAL",
"INBOX"
],
"snippet": "",
"payload": {
"partId": "",
"mimeType": "multipart/alternative",
"filename": "",
"headers": [
[
null
]
],
"body": {
"size": 0
},
"parts": [
[
null
]
]
},
"sizeEstimate": 107643,
"historyId": "99742",
"internalDate": "1665284181000"
}
}
],
"resultSizeEstimate": 1
}
]
On this page