Hi,
We have a client who uses Adobe Experience Manager (AEM) for their Digital Assets Management (DAM) and would like to integrate this with our application. Most of our clients are on Sharepoint or Seismic for document publishing but their is a lot of buzz around AEM and it's starting to gain a lot of traction in the financial market industry, we would like to offer assistance to our clients who use AEM as their DAM.
Would it be safe to assume that our client would setup a workflow that publishes documents and meta data to our REST API? And would they be able to manage the filed mappings between AEM and our Application? For example if AEM uses a field called "asset_Title" and our REST API is looking for "product_Title" would AEM take care of the mapping or would we need to make the translation on our end? It looks like a workflow step could be setup to post to an external partner but I don't know anymore than what the short video on workflow steps mentions about that ability.
Any developer documents or links to discussions on this topic would be of great assistance.
Thank you.
Solved! Go to Solution.
Views
Replies
Total Likes
Please refer to this documentation on Use Connected Assets to share DAM assets in Experience Manager Sites
"For example if AEM uses a field called "asset_Title" and our REST API is looking for "product_Title" would AEM take care of the mapping"
No - AEM would not take care of the Mappnig in this case. However - this could all be developed as a custom solution. You would have to define a name/key doc that AEM would look up the name of asset_title and know to search for product_title. With custom Java services, this is possible.
Views
Replies
Total Likes
Thanks @smacdonald2008
Do you know where I can read up more on the java services?
Views
Replies
Total Likes
Please refer to this documentation on Use Connected Assets to share DAM assets in Experience Manager Sites