Skip to content

Gmail


Description

Downloads mails from Gmail for a specific connection.


Input

Data from gmail


Output

Data

Configuration Fields

  1. Connection Specifies the connection from which the mail should be downloaded.
  2. Folder Name Mail folder on Gmail from which the mails are downloaded.
  3. Subject Regex Pattern specifying the subject of the mails to be downloaded.
  4. From Received Date The start date from which mails are retrieved.
  5. To Received Date The end date until which the mails are received.
  6. Download Attachment Specifies whether to download the attachment in the mails or not.

Sample Input

Not Applicable

Sample Configuration

alt text

Sample Output

  • MessageId – Unique identifier for the email message.
  • ReceivedDate – The date and time when the email was received.
  • From – The sender’s email address.
  • To – The recipient’s email address.
  • Subject – The subject line of the email.
  • Body – The main content of the email.
  • Attachment – Any files attached to the email (if applicable).
  • Links – Any hyperlinks included in the email body.