AEM API for "Export to Adobe Target" programmatically | Community
Skip to main content
August 3, 2021
Solved

AEM API for "Export to Adobe Target" programmatically

  • August 3, 2021
  • 1 reply
  • 926 views

I like to setup a scheduler for "Export to Adobe Target" for experience fragments I have. Can anyone in the forum has done this before and guide on how we can achieve this?

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 Ravi_Pampana

Hi,

 

You can find the API calls happening on selecting export to Adobe target and try to use them in the scheduler.

 

But handling via scheduler instead of using OOtB and authors handling, might requires lot of changes as you need to check whether it has be included without activating and errors which gets if the export is failed (handling errors sending notifications on success and failures) and including all variations etc. Updating/verifying API on product updates.

 

It will be good that inform authors to use the OOtB option available in XF page to push the XF to target instead of recreating the custom solution which will be complex

1 reply

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorAccepted solution
Community Advisor
August 3, 2021

Hi,

 

You can find the API calls happening on selecting export to Adobe target and try to use them in the scheduler.

 

But handling via scheduler instead of using OOtB and authors handling, might requires lot of changes as you need to check whether it has be included without activating and errors which gets if the export is failed (handling errors sending notifications on success and failures) and including all variations etc. Updating/verifying API on product updates.

 

It will be good that inform authors to use the OOtB option available in XF page to push the XF to target instead of recreating the custom solution which will be complex

waikhom2Author
August 4, 2021
Thanks Ravi for taking time and respond to my post. Let's narrow down the request keeping aside the scheduler part it is another use case. Are you aware of any API that can be used to programmatically perform "Export to Adobe Target" ?