I want to host assets in AEM (Images, text, HTML) to then be used in Salesforce Marketing Cloud emails. Any pointer on how this connection can be achieved?
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
If you are only going to use the images hosted on AEM, ensure they are available in the publish environment. Then, you can reference them in your emails without needing any additional connection. I apologize if you meant a different type of integration or connection, if so, you could explore if this approach could be helpful. Basically just rely on HTTP calls, so as long as there is an API in salesforce for your use case, you should be able to use this: https://www.oshyn.com/blog/aem-and-salesforce-integration
Hope this helps
Salesforce has a feature called CMS connect which you can look into. We have used that feature to host a login page on CIAM community page which fetches content from AEM.
But I am not sure if it can be used in Salesforce marketing cloud emails as well or not.
https://developer.salesforce.com/docs/platform/cms/guide/cms-connect-examples.html
Hope it helps.
Hi,
If you are only going to use the images hosted on AEM, ensure they are available in the publish environment. Then, you can reference them in your emails without needing any additional connection. I apologize if you meant a different type of integration or connection, if so, you could explore if this approach could be helpful. Basically just rely on HTTP calls, so as long as there is an API in salesforce for your use case, you should be able to use this: https://www.oshyn.com/blog/aem-and-salesforce-integration
Hope this helps