Get email content
This is a pre-built action in Avo Assure and comes under @Email Element. The functionality of this action in Avo Assure is to fetch the entire content of an email and save the result in dynamic variable.
Syntax
Input Value: <From (Optional>;<To (Optional)>;<Subject(Optional)>;<Index(Optional)>
<From>
(Optional)
Specify the sender name to search for it.
If specified, filters emails from this sender
<To>
(Optional)
Specify the email address of the recipient. If specified, filters emails sent to this address.
<Subject>
(Optional)
Specify the filters emails by matching the subject line. Useful for narrowing down results.
<Index>
(Optional)
Specify the index number of the email (starting from 1) in the filtered results to retrieve.
Output Value:
<Dynamic Variable>
(Required)
This dynamic variable holds retrieved content of the mail
<Dynamic Variable>
(Optional)
This dynamic variable holds the status of the action as True or False.
Example
Performs retrieval of email content based on given filters
The Get email content action takes the value from the Input Value column (e.g., Jhon White [email protected];Meeting Update;1) and fetches the content of the email matching the specified From, To, Subject, and Index parameters. The email content is stored in the {Mail} variable

Last updated
Was this helpful?