Find for an email in your Gmail account

Input

PropertyTypeRequiredDescription
subjectSHORT_TEXTNoThe email subject
fromAddressSHORT_TEXTNoThe address sending the new mail
toSHORT_TEXTNoThe address receiving the new mail
labelDROPDOWNNoThe label tagged to the mail
categorySTATIC_DROPDOWNNocategory of the mail

Sample Output

[
  {
    "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
  }
]