Ways to share published page data to an API
Hi,
We have an use-case, where we need to share the Page data to an API once its published.
Currently, By using Replication Event Handler we are sharing data to an API. But sometime we are facing an issue similar like this https://experienceleaguecommunities.adobe.com/t5/adobe-experience-manager/custom-replication-event-handler-not-triggering-intermittently/m-p/279325 , On bulk Activation event handler is triggering intermittently and sometimes throwing errors in logs. In this situation, we are restarting our bundle and doing Page Activation again in order to share data to an API.
Additionally, we have some more requirements,
1. Need to log pages which are not shared to API when ever there is an issue and data is not shared to API.
2. Support Bulk Page Activations.
3. Best ways to implement this use-case(Sharing Page Data) when a Page is Replicated apart from Replication Event Handling.