Get e-mail from list
Get e-mail from list
Gets a specific e-mail from a list returned by the Read inbox action, based on the position provided. The e-mail obtained by this action can be used as input for Get an e-mail subject, Get an e-mail text, Download attachments and Mark as read.
Options
List
Select the Read inbox action that contains the e-mails to be accessed.
Position
Enter the index of the e-mail in the list. Counting starts at zero — the first e-mail is at position 0, the second at position 1, and so on.
Returns
This action returns the complete e-mail object at the position provided. The object is used as a reference by the other e-mail actions — such as Get an e-mail subject, Get an e-mail text and Download attachments.
Rules and Conditions
- The List and Position fields are required.
- The index starts at zero — the first e-mail is at position 0.
- If the position is greater than the number of e-mails available in the list, the action returns empty.
- The object returned does not contain the e-mail body directly — use Get an e-mail text to extract the content.