We have a client demo requirement to create a email template to be consumed by some other system for campaigning. I dont see the email components available here - https://github.com/adobe/aem-core-email-components any idea how to get the email components for this POC ?
Hi,I can POST, PUT, and DELETE in the postman using Asset API on my localhost.http://localhost:4502/api/assets/discounts/sitemap.xmlHowever, I am able to POST the asset from the postman to the Author Dev server using Asset API. PUT and DELETE methods, on the other hand, return 501 status codes an...
Hi Team,I want to embed an url in Adaptive form, is there any out of the box component, or any way to do it? Basically i want to embed an iframe in the form itself. Please help with any possible way to do so. Thanks.
Hi All, I have integrated AEM - CJA using Adobe Launch. I have followed self-hosting library approach using download link . The issue i am facing is, launch.js is cached in browser and continues to be served from browser memory.How can i make sure that the launch.js is not served from browser memo...
I am trying to run a query against any node inside the path I specify, returning any nodes that contain any property containing the string 'foo'. To do so, I use this query suggested by CRXDE Lite: /jcr:root/content/path//*[jcr:contains(., 'foo')] order by @jcr:score I get no results. But, if I spec...
Hi All,We have a scenario, where we would like to send an event to another system when a page has been replicated (and more importantly cache from dispatcher is cleared for that page then only send event). In AEM as cloud service, how can we perform a task after cache has been flushed for a page?
Hi All,I am unable to run the Twitter Feed scheduler. Could you please help on this. [sling-default-4-com.adobe.acs.commons.twitter.impl.TwitterFeedScheduler.34311] com.adobe.acs.commons.twitter.impl.TwitterFeedUpdaterImpl Twitter component found on /content/my-Project/en/configurations/twitter/comm...
I've usually left security and access to servlets up to the network policies and the dispatcher configuration. Is there a best practice for securing an individual servlet within that servlet?