Last updated
Was this helpful?
Category: Web
Version: 1.0
Last Updated: March 2, 2026
Author: Any2Info
OAuth2
Authorization URL: https://login.microsoftonline.com/common/oauth2/v2.0/authorize?response_type=code
Access token URL: https://login.microsoftonline.com/common/oauth2/v2.0/token
Client id: can be found in the app registration
Client secret: can be found in the app registration
Scope: https://outlook.office.com/IMAP.AccessAsUser.All openid offline_access
The Import from Mail node contains the following 5 properties:
Connection
An IMAP type connection
Required in order to connect properly to the mail server
Authorization
A Webservice type connection
This connection must hold the proper credentials and tokens in order to connect to the connection set in the Connection property
Username
The email from which to collect emails
Delivered after
DateTime/Column
Only retrieve emails after the given DateTime
Retrieve Attachments
Boolean
Whether or not to retrieve attachments as Files or not

Version
Date
Change
1.0
March 2, 2026
Initial document & documentation
Last updated
Was this helpful?
Was this helpful?