How to add metadata to an asset in AEM via Fusion Module? | Community
Skip to main content
Level 3
April 3, 2023
Solved

How to add metadata to an asset in AEM via Fusion Module?

  • April 3, 2023
  • 3 replies
  • 1610 views

Hello,

 

Has anyone added metadata from Workfront into an AEM asset via Fusion AEM module? Any documentation to get started would be helpful

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by diksha_mishra

@sbhuta  I haven't tried this personally and found this article that might be helpful: https://experienceleague.adobe.com/docs/experience-manager-cloud-service/content/assets/integrations/configure-asset-metadata-mapping.html?lang=en 

3 replies

diksha_mishra
Community Advisor
diksha_mishraCommunity AdvisorAccepted solution
Community Advisor
April 27, 2023
Level 2
October 27, 2023

Hi @sbhuta ,

I am also looking for sending Document metadata to AEM assets via Fusion. May I know if you have figured it out?

 

SbhutaAuthor
Level 3
October 27, 2023

Hi,

 

I was able to figure it out. The best way to address was to "Get" the metadata properties of an asset in AEM and use the response to build your own from the source system 

Level 2
October 30, 2023

Thanks for the response.

 

Level 2
November 3, 2023

Hi @sbhuta ,

I am using 'Make a Basic Auth' fusion module to update metadata properties (calling PUT) in AEM after uploading Asset to AEM using 'upload an Asset' module. This works perfectly fine.

 

Later when changes are made in Workfront, I want to update AEM asset Metadata Properties, in this case my 'Make a Basic Auth' with PUT is failing with 404 error.

 

May I know where I am going wrong? If you have any examples, can you please share?