IMAP
The IMAP integration fetches emails from an IMAP mail server and sends them from there. Enneo supports an unlimited number of mailboxes, so multiple email accounts can be connected and all emails centrally managed. Whether private and professional mailboxes or multiple accounts for different projects - with IMAP integration all emails can be organized comfortably in one place. The IMAP integration ensures a smooth experience in managing emails. Emails can be read, answered, and organized, much like in an email client. By connecting multiple mailboxes, all communication is bundled and switching between different email accounts is eliminated.API
The Enneo API and the/ticket endpoints enable the creation and editing of emails. This option offers seamless two-way synchronization between Enneo and existing ticket systems. The API not only allows for retrieving and sending emails but also for triggering and receiving webhooks to ensure synchronization of email communication with other systems.
The API integration offers a higher level of customization and automation. Emails can be programmatically created and managed and seamlessly integrated into existing workflows. This option is particularly suitable for companies using two parallel ticket systems, such as during a testing phase. Changes made in Enneo or another ticket system are synchronized on both platforms thanks to two-way synchronization, ensuring consistent and current communication.
Here is an example of a request:
/ticket endpoints, including parameters, can be found here:
API Documentation
OAuth-based connection (Microsoft 365)
In addition to the classic IMAP or API connection, mailboxes can also be connected directly via OAuth. The setup is done via a one-time authorization and then allows for automatic reception and sending of emails over Enneo. Setup steps:- Choose Microsoft 365 as method.
- Store the email address of the mailbox
- Click on “Link account” and complete the login process with the respective provider.
- Upon successful authorization, Access Token and Refresh Token are automatically filled.
- With “Test email receipt”, the configuration can be checked.
Frequently Asked Questions (FAQ)
Problem: 'Needs admin approval' error with Microsoft 365
Problem: 'Needs admin approval' error with Microsoft 365
If you use Microsoft 365 or Outlook with a business or organizational account, you may receive the “Needs admin approval” error when connecting your email account. This is because the IT administrator of your organization must approve Enneo before employees can use it.Solution for IT administrators:To release Enneo for your organization, an administrator must grant approval by visiting this link:Once the administrator has completed the approval process, all users in the organization can connect their Microsoft email accounts with Enneo.Requested permissions:
- Read and write access to mailboxes via IMAP
- Read and write access to user emails
- Send emails under another username
- Maintain access to data (offline_access)
- Send emails from mailboxes with SMTP AUTH
- Sign in and read user profile
How does spam detection work for emails?
How does spam detection work for emails?
Spam detection is performed in two stages:1. Header-based detection (at email ingestion)When an email is imported, server-side spam headers are checked:
- SpamAssassin:
X-Spam-Flag: YESorX-Spam-Status: Yes - Microsoft Exchange:
X-Forefront-Antispam-ReportwithSFV:SPMorSCL >= 5 - Bulk/marketing platforms: Presence of a
Feedback-IDheader (e.g. Mailchimp, SendGrid) - DMARC failure:
dmarc=failinAuthentication-Results(likely spoofed sender)
spamStatus field is set to manual_spam or manual_clean via the API, this status is not overwritten by either automatic detection stage. Tickets marked as spam (auto_spam or manual_spam) are skipped during automatic processing.“No spam” buttonWhen a ticket is flagged as spam, a “No spam” button is shown in the ticket view. Clicking this button marks the ticket as manual_clean and triggers a full AI reprocessing. The reprocessing skips spam detection and shows the AI results to the agent without automatically executing any actions.Tag behavior for spam ticketsSpam tickets do not receive the default tag or any AI-detected tags. Instead, only tags with the “Spam” property enabled (configured in Settings → Skills & Routing) are automatically assigned. See Tag Configuration for details.