Release notes


On this page you can find what's new in Outlook Mail (Office 365) Connector.
Date Description
2025-09-05 New - Added new endpoints get_groups and get_group to read Group data (For exising users update your app scopes in Azure Portal, configure additional scope on connection UI, re-generate token)
2025-09-05 Fix - Clicking on MailFolderId parameter may throw error 400 bad request (due to /users/users twice in the URL)
2025-09-05 New - Added a new endpoint download_message to download Message as *.eml file (RFC 822 / MIME) by Message Id, User Id and Mailbox Folder Id.
2025-09-05 New - Added a new endpoint get_message_binary to read Message as *.eml file (RFC 822 / MIME) by Message Id, User Id and Mailbox Folder Id.
2025-09-05 New - Added a new endpoint download_messages_by_search to download Messages as *.eml file (RFC 822 / MIME) by User / Folder / Search conditions.
2025-09-05 New - Added a new endpoint get_messages_by_search_binary to read Messages as *.eml file (RFC 822 / MIME) by User / Folder / Search conditions.
2025-09-05 New - Added a new endpoint delete_messages_by_search to delete multiple messages (bulk operation) by User / Folder / Search conditions.
2025-09-05 New - Added a new endpoint delete_message to delete message by Message Id.
2025-09-05 Fix - Changed UniqueBodyContent datatype to DT_NTEXT.
2024-12-20 New - Added "UserId" parameter to "User Credentials" and "Application Credentials" authentications.
2024-12-20 Fix - Updated the default value for parameter "Scope" to "https://graph.microsoft.com/.default" in Application Credentials authentication.
2024-12-20 Fix - Made "ReturnUrl" parameter required and set it to "https://zappysys.com/oauth" by default in User Credentials authentication.
2024-12-20 Modified - Updated help links, auth descriptions, and auth instructions with images.
2024-06-24 New - Lookup operation might fail if you query Users or other Objects by ID becuase its passing general OData options in URL (e.g. $top)
2024-06-24 New - New endpoint download_message_attachments to get multiple attachments by search condition
2024-06-24 New - Allow to get messages from a specific folder for get_messages and get_my_messages endpoints
2024-06-24 Fix - Updated datatypes for some endpoint columns (previously they were all string types)
2023-03-28 New - Initial version