mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-21 11:49:59 +00:00
feature/outlook shared mailbox (#1323)
* ⚡ Add shared mailbox support * 🐛 Add filter field to folderMessage:getAll * ⚡ Small changes to descriptions (#1322) Co-authored-by: Mika Luhta <12100880+mluhta@users.noreply.github.com>
This commit is contained in:
@@ -926,6 +926,10 @@ export class MicrosoftOutlook implements INodeType {
|
||||
qs['$select'] = additionalFields.fields;
|
||||
}
|
||||
|
||||
if (additionalFields.filter) {
|
||||
qs['$filter'] = additionalFields.filter;
|
||||
}
|
||||
|
||||
const endpoint = `/mailFolders/${folderId}/messages`;
|
||||
if (returnAll) {
|
||||
responseData = await microsoftApiRequestAllItems.call(
|
||||
|
||||
Reference in New Issue
Block a user