Hi, We have registered a servlet in AEMaaCS with path "/bin/cookieservlet". The servlet needs to be triggered when clickin on a button and redirect to different page. The functionality is working fine in author environment. But in publish environment we are getting Resource not found error for the ...
Hi, I am trying to make a connection to kendra and used the following lines of code. String accessKey = <xxxxxxxxxxxxxxxxxxx>;String secretKey = <xxxxxxxxxxxxxxx>;String indexId = <xxxxxxxxxxxxxx>;AwsCredentials awsCredentials = AwsBasicCredentials.create(accessKey, secretKey);//S/dkHttpClient htt...
Hi, I have added the kendra dependency in core pom.xml and parent pom.xml. <dependency><groupId>software.amazon.awssdk</groupId><artifactId>kendra</artifactId><version>2.25.40</version></dependency> there is no error in java class and there are no compilation errors in core folder as well. But we ...
Hi, We are going with the saleshub connector for this purpose. We are using a workflow to move the assets to a specific folder. All these assets from this folder will be copied into saleshub
Hi, Thanks for the reply! The purpose of the integration is to syn the assets in AEMaaCS and Saleshub based on some metadata value. The assets which have a specific metadata have to be copied into saleshub automatically.
We have a requirement to connect AEMaaCS assets with Saleshub for importing assets from DAM to Saleshub tool. We are planning to create a custom AEM connector to achieve this. If someone have any experience regarding this, could you help ?