Optimize Custom Action using API in AJO
Hi,
We have a custom action in AJO which will send API calls to an endpoint and get payload data for campaigns. However, I checked this document (https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/action-journeys/action-response.html?lang=en) which says one API call per profile even if the response always the same. So if an audience is 50,000 large, it will send 50,000 API calls.
So my question is whether there is a way to optimize the number of API calls? Or cache the payload in AJO? Or start a journey at midnight? Any solutions to reduce the number of API calls?
Thanks