You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To read emails from Gmail, you first need to create an App Password specifically for Gmail.
Access the App Passwords section directly by clicking here.
Give your app a name of your choice (something meaningful for easy identification).
You’ll receive a 16-digit app password, which you’ll later use to authenticate access to your email.
Step 2: Create a Test Case for Reading Emails
Create a New Test Case
Create a Step within the test case.
Add an Action and search for the action named Read and Save Email.
Step 3: Simplify Input Parameters
Remove any unnecessary input parameters to streamline the action. For example, if you want to retrieve all unread emails in your INBOX, you can exclude filters such as:
Step 4: Debug and Verify
Debug the Action to ensure it functions as expected.
Inspect the Log to confirm that the expected emails are saved correctly in your specified variable.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Step 1: Create a Gmail App Password
To read emails from Gmail, you first need to create an App Password specifically for Gmail.
Access the App Passwords section directly by clicking here.
Give your app a name of your choice (something meaningful for easy identification).
You’ll receive a 16-digit app password, which you’ll later use to authenticate access to your email.
Step 2: Create a Test Case for Reading Emails
Create a New Test Case
Create a Step within the test case.
Add an Action and search for the action named Read and Save Email.
Step 3: Simplify Input Parameters
Remove any unnecessary input parameters to streamline the action. For example, if you want to retrieve all unread emails in your INBOX, you can exclude filters such as:
Step 4: Debug and Verify
Beta Was this translation helpful? Give feedback.
All reactions