Documentation Index
Fetch the complete documentation index at: https://docs.enneo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Process Integration
Events in Enneo enable an efficient and automated customer service that responds to different events. This allows existing systems and workflows to be seamlessly integrated.Asynchronous Reaction to Events
Through custom configuration, customer-specific code can react asynchronously to events. This enables a reaction to triggered events without interrupting the main process. Actions such as forwarding data to analysis or reporting tools or synchronization with other ticket systems can be automated.Configuration of Events
Event-based integrations can be configured in the settings area under Settings -> Integration into surrounding systems -> Events. The following events are available:- AutoProcessIntent: The AI agent of the ticket is automatically processed.
- ConversationCreated: The agent responded with a message or an internal note.
- CronDay: Triggered every Monday to Friday at 2 am (0 2 * * 1-5).
- CronHour: Triggered every hour at the first minute (1 * * * *).
- CronMinute: Triggered every 5 minutes on weekdays (*/5 * * * 1-5).
- CronWeek: Triggered every Saturday at 2 am (0 2 * * 6).
- EmailAutoresponder: An automatic response is sent to the customer, informing them of receipt of their email.
- NotifySurroundingSystems: Add notifications to surrounding systems.
- ProfileCreated: A new user profile was created in the system.
- ProfileDeleted: A user profile was deleted from the system.
- ProfileUpdated: A user profile was updated, e.g. the name, settings or other properties were changed.
- SendEmail: Sends an email to the customer with a specified template and data.
- TestTicketAiQuality: Conducts a quality check of the AI on the ticket.
- TicketClosedDueToInactivity: A ticket was closed due to inactivity.
- TicketCreated: A new ticket was received and AI processing completed.
- TicketForwarded: The agent forwarded the ticket to another email address or subchannel.
- TicketResponse: A response to a ticket thread from an external party (not the agent) was received.
- TicketRouted: A ticket was forwarded to an agent via the Enneo routing system.
- TicketUpdated: A ticket property was updated by an agent, e.g. it was assigned to a user or the status was changed.
- Customer-specific code: Allows the execution of user-defined scripts that respond to the specific event. Within this code, API calls can be integrated to interact with third-party systems. The Enneo SDK can be used in the code.
- API call: Offers the option to execute a direct API call to seamlessly communicate with other systems and improve integration.
- Open a ticket.
- Click on Ticket details in the top right.
- Select Activity Log.
- Click on Show technical information.
Application Examples
- Analysis & Reporting: Configurations can be created that automatically send data to the preferred analysis tool at certain events. This ensures that the latest data is always available.
- Ticket System Synchronization: The synchronization with other ticket systems can be automated to ensure that all teams are on the same page and no request is lost.