Execute a custom action after a page has been published. | Community
Skip to main content
New Participant
November 5, 2021
Solved

Execute a custom action after a page has been published.

  • November 5, 2021
  • 1 reply
  • 611 views

Hi all.

 

I am wondering what options we have to execute/trigger/fire extra custom actions when a page is published.

 

I need to communicate with an external system and I am wondering what approach I could use, considering I have full access to the dev stack ( targeting AEM Cloud Services - and AEM Cloud SDK locally ).

 

Thank you,

André.

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 BrianKasingli

You can achieve this by writing your own Event Handlers, Event Listeners, or Workflow Launchers https://aem.redquark.org/2018/10/day-14-eventing-in-aem.html

 

1 reply

BrianKasingli
BrianKasingliAccepted solution
New Participant
November 5, 2021

You can achieve this by writing your own Event Handlers, Event Listeners, or Workflow Launchers https://aem.redquark.org/2018/10/day-14-eventing-in-aem.html