Language: Deutsch · English
Connect external systems via Nuclos interfaces – interface vs. connection, communication rules and telephony contexts.
KONZEPT DEVELOPER / ADMINISTRATOR UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Menu Administration → Connection. With connections you integrate a Nuclos server more deeply into its system landscape via so-called Nuclos interfaces – e.g. phone systems, SMS services or any system reachable via Java (including RESTful services).
An interface's events are integrated into the business logic via a communication rule (in the rule manager). Contexts:
PhoneCallNotificationContext / PhoneCallRequestContext – for telephony. With the request context a user can dial a number directly from Nuclos (attribute type PhoneNumber, stored account – then the dial number button appears).GenericNotificationContext – universal, works with a key-value map.The API knows two types: PhoneCall (phone systems) and GenericNotification (special cases). If an interface implements PhoneCall, it can be swapped when changing systems without touching the business logic. The freely usable com-interface-template serves as a template; specifying the Java package in comport-template-server-beans.xml is important.