Interact | triggeredMessage | gateways | <gatewayName>

The configuration properties in this category define settings for a specific gateway in triggered messages.

Unica Interact does not support multiple instances of the same gateway. All of the gateway configuration files should be accessible from every Unica Interact Runtime node. In the case of a distributed setup, ensure that the gateway files are kept at a shared location.
Note: The out of the box gateways with names "EMail", "MobilePush", "UBX" are available under this node along with all required parameters and their respective values . You do not require to update any of the values in Platform configuration . Only change is required in the properties files which are referred in those configurations. In case you have upgraded from a previous version of Interact , then any existing configuration using those gateways will continue to work as is.

category name

Description

This proerpty defines the name of this gateway. It must be unique among all gateways.

className

Description

This property defines the fully qualified class name of this gateway implementation.

classPath

Description

This property defines the URI of the JAR file that includes the implementation of this gateway. If left empty, the class path of the hosting Interact application is used.

For example in a Windows system, if the gateway JAR file is available in the directory, C:\HCL\Unica\EmailGateway\IBM_Interact_OMO_OutboundGateway_Silverpop_1.0\lib\OMO_OutboundGateway_Silverpop.jar, the classPath should be file:///C:/HCL/Unica/EmailGateway/IBM_Interact_OMO_OutboundGateway_Silverpop_1.0/lib/OMO_OutboundGateway_Silverpop.jar. In a Unix system, if the gateway jar file is available in the directory, /opt/HCL/Unica/EmailGateway/IBM_Interact_OMO_OutboundGateway_Silverpop_1.0/lib/OMO_OutboundGateway_Silverpop.jar, the classpath should be file:///opt/HCL/Unica/EmailGateway/IBM_Interact_OMO_OutboundGateway_Silverpop_1.0/lib/OMO_OutboundGateway_Silverpop.jar.