Application.properties
This file contains settings for the Brilliant connector.
Global settings
Property |
Description |
cxf.path |
Root cxf webservice endpoint. |
logging.config |
Log config location. |
camel.springboot.tracing |
Enable/disable tracing of camel routing. |
route.trace.logLevel |
Log level for route tracing (if enabled). |
integration.user |
Username that Easit GO will have to use to connect to the integration. |
integration.password |
Password that Easit GO will have to use to connect to the integration. This will be scrambled the first time the connector is started. |
camel.webservice.name |
Address that receives the requests from GO. |
Settings for Easit GO
Property |
Description |
easit.go.url |
Easit GO URL to send import requests to. |
easit.go.apikey |
Easit GO API key to use when sending import requests. This will be scrambled the first time the connector is started. |
Import handler identifiers
Here we define what identifier each operation should have. The value for each operation is used as the identifier in the export item action configuration in Easit GO. The default values can be used as identifier in any Export item function.
Property |
Description |
Default value |
camel.operation.emailRequestToBrilliant |
Identifier to be used to sending survey via email. |
emailToBrilliant |
camel.operation.phoneRequestToBrilliant |
Identifier to be used to sending survey via phone. |
phoneToBrilliant |
camel.operation.smsRequestToBrilliant |
Identifier to be used to sending survey via sms. |
smsToBrilliant |
camel.operation.webLinkRequestToBrilliant |
Identifier to be used to sending survey via webLink. |
webLinkToBrilliant |
Settings for Brilliant
Property |
Description |
brilliant.username |
Used when authenticating to Brilliant. |
brilliant.password |
Used when authenticating to Brilliant. This will be scrambled the first time the connector is started. |
brilliant.url |
URL to Brilliant API for customer surveys. |
Static parameters
Property |
Description |
Default value |
brilliant.companyRefCode |
Customer unique reference code. |
|
brilliant.defaultLanguageCode |
Specifies what language to send the survey in. |
SE |
Exception notification
Property |
Description |
mail.sendMail |
Specifies if the connector should send an email when an exception is thrown. true / false. |
mail.server |
URL to SMPT server for sending email when an exception is thrown. |
mail.to |
Email address to send email to when an exception is thrown. |
mail.from |
Email address to set as 'FROM' in email. |
mail.subject |
Subject to set in email sent when an exception is thrown. |
Easit GO property names
The default values can be used as property in any export configuration.
Property |
Description |
Default value |
go.prop.phone.one |
Property name of property sent from Easit GO that the survey caller should call or send sms to. |
PhoneNumberOrEmailOne |
go.prop.phone.two |
Property name of property sent from Easit GO that the survey caller should call or send sms to if go.prop.phone.one is empty. |
PhoneNumberOrEmailTwo |
go.prop.email |
Property name of property sent from Easit GO that the survey should be sent to. |
PhoneNumberOrEmail |
go.prop.agentrefcode |
Property name of property sent from Easit GO unique ID for the manager that handled the case. |
AgentRefCode |
go.prop.languageCode |
If this property is missing in the export or the value is null or empty, then brilliant.defaultLanguageCode will be used. |
LanguageCode |
go.prop.metakey |
Property name of property sent from Easit GO. |
MetaKey |
go.prop.surveyrefcode1 |
Survey ref code is built of two strings with a "_" between them. |
surveyRefCode1 |
go.prop.surveyrefcode2 |
If surveyrefcode2 is missing in the export from GO only surveyrefcode1 will be used and no "_" will be appended. |
surveyRefCode2 |
go.prop.attributes |
Comma separated string of properties that will be in the export. The attribute names in the bright soap call will be the same as the property name from GO. Value can be empty if attributes aren't used but the property name needs to be here. |
attribut1,attribut2 |
go.prop.webLink.importIdentifier |
Import handler identifier to send the web link returned from Brilliant to. |
WebLinkImportIdentifier |
go.prop.webLink.linkPropName |
Property name in the import object for the web link. |
link |
go.prop.webLink.idPropName |
Property name in the import object for the item id. |
id |