Request for Feature Enhancement (RFE) Summary: In AEM we have an
out-of-box capability to have AEM OSGI Events sent to Adobe IO:
https://developer.adobe.com/events/docs/guides/using/aem/
https://github.com/adobe/aio-lib-java/tree/main/aem/aio_aem_events/src/cs/content/jcr_root/apps/aio-aem-events/osgiconfig/config.author
One of these OSGI events is for the Page Publish event in which we can
have an external webhook notified when this event in AEM occurs.
Additionally we have the Managed Publicat...