AEM Assets into Mail Delivery engine | Community
Skip to main content
October 5, 2018
Solved

AEM Assets into Mail Delivery engine

  • October 5, 2018
  • 7 replies
  • 1601 views

I manage contents using AEM Assets. I'd like to automatically integrate contents managed by Assets into the content folder of the mail delivery engine using the API. Does anyone know about such a method?

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 Peter_Puzanovs

Correct, if you write some java code you can integrate contents(when upload event happens in DAM, then AbstractAssetHandler would be invoked. Which can have logic to communicate with your Mail system API and upload asset.)

You might want also to consider Workflow system Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

Regards,

Peter

7 replies

Peter_Puzanovs
Community Advisor
Community Advisor
October 5, 2018

Dear Sir or Madam,

After carefully reviewing your question, still not able to grasp the requirements. Could you kindly rephrase your question or provide more information towards your use case?

Thank you so much in Advance!

Regards,

Peter

smacdonald2008
Level 10
October 5, 2018

Agree with Peter - sounds like you want to move assets into another folder. Can you please provide more details.

October 7, 2018

Hi, Peter & Macdonald,

Thank you for your reply.

Our mail delivery system has its own content folder.
When we create a personalized e-mail, we manually upload the image the contents folder.

Since various contents are also stored in DAM, we want to shorten the operation time by automatically storing the contents contained in DAM into the content holder of the mail distribution system by API without manually uploading.

Our mail delivery system has API. If DAM has API for integrating other system, we can integrate.

Do you know how to integrate??

Peter_Puzanovs
Community Advisor
Community Advisor
October 7, 2018

Yes, absolutely, it's possible. You would be required to write some java code through.

Have a look at following thread[0] and guide[1]

[0]listeners involving dam assets

[1] Adobe Experience Manager Help | Creating a Custom Adobe Experience Manager Dam Media Handler

Regards,

Peter

October 8, 2018

Hi Peter,

Thank you for your reply.

Let me confirm.

If we write some java code, we can automatically integrate contents.

(From DAM to mail distribution system)

Peter_Puzanovs
Community Advisor
Peter_PuzanovsCommunity AdvisorAccepted solution
Community Advisor
October 8, 2018

Correct, if you write some java code you can integrate contents(when upload event happens in DAM, then AbstractAssetHandler would be invoked. Which can have logic to communicate with your Mail system API and upload asset.)

You might want also to consider Workflow system Adobe Experience Manager Help | Creating custom AEM workflow steps that send email messages

Regards,

Peter

October 8, 2018

Thank you Peter!!