Exchange (Quarantine Messages)
Version: 2.1.2
Microsoft Exchange Server is a mail server and calendaring server developed by Microsoft. This integration relies on EWS being enabled for the server.
Connect Exchange (Quarantine Messages) with LogicHub
- Navigate to Automations > Integrations.
- Search for Exchange (Quarantine Messages).
- Click Details, then the + icon. Enter the required information in the following fields.
- Label: Enter a connection name.
- Reference Values: Define variables here to templatize integration connections and actions. For example, you can use https://www.{{hostname}}.com where, hostname is a variable defined in this input. For more information on how to add data, see 'Add Data' Input Type for Integrations.
- Verify SSL: Select option to verify connecting server's SSL certificate (Default is Verify SSL Certificate).
- Remote Agent: Run this integration using the LogicHub Remote Agent.
- Self-Signed Certificate: Upload a .pfx Self-Signed Certificate file. Can be override at action level.
- Timeout (Optional): Seconds to wait before stopping the authentication request (Default is 30 seconds).
- After you've entered all the details, click Connect.
Download Quarantine Message List
Download all the Quarantine Messages from the start date till the end date. It will take few minutes to run this action, so in case response gets delayed, then timeout limit has to be increased
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Enter Start Date | Jinja-templated text containing the start date after which the quarantine messages have to be downloaded. Date in Format MM/DD/YYYY. Example: {{date}} | Required |
Enter End Date | Jinja-templated text containing the end date before which the quarantine messages have to be downloaded. Date in Format MM/DD/YYYY. Example: {{date}} | Required |
Self-Signed Certificate | Upload a .pfx Self-Signed Certificate file. | Optional |
Certificate password | Certificate Password. | Optional |
Tenant ID | Jinja-templated text containing the value of the directory ID or verified domain of your Office 365 tenant. Example: {{tenantid}} | Required |
App ID | Jinja-templated text containing the value of App ID. Example: {{appid}} | Required |
Output
JSON containing the following items:
"data":{
"has_error":false,
"error":null,
"File Id ":[
"49fd25d0e39a436dad0e2644913b73e7.eml",
"7c78cf94f6294bdeb44ca7d4c7d9e7e9.eml",
"9f8fe488c81e4d359d008d0709b3a1f0.eml",
"6e7968c33ac9405ea6b47993d04b304f.eml",
"13dfdf58e65c490d89d74529656c1e67.eml",
"9b459430deec43418394842f33ab8a0b.eml"
]
}
Download Quarantine Message By Certificate
Download Quarantine Message with given message-id by certificate auth. It will take few minutes to run this action, so in case response gets delayed, then timeout limit has to be increased
Input Field
Choose a connection that you have previously created and then fill in the necessary information in the following input fields to complete the connection.
Input Name | Description | Required |
---|---|---|
Self-Signed Certificate | Upload a .pfx Self-Signed Certificate file. | Optional |
Certificate password | Certificate Password. | Optional |
Tenant ID | Text containing the value of the directory ID or verified domain of your Office 365 tenant. | Required |
App ID | Text containing the value of App ID. | Required |
Email Message ID | Jinja-templated text containing the value of message ID of the email. Example: {{msgid}} | Required |
Output
JSON containing the following items:
"data":{
"has_error":false,
"File-Id ":[
"2ae60eb911a348bbb3bc5120f0976cef.eml"
],
"error":null
}
Release Notes
v2.1.2
- Upgraded the ExchangeOnlineManagement library to3.1.0
v2.0.4
- Proper error message when some error occurs in connecting the server or retrieving the message.v2.0.0
- Updated architecture to support IO via filesystemv1.0.3
- Added 2 actions:Download Quarantine Message By Certificate
andDownload Quarantine Message List
.
Updated about 1 year ago