Hi @khushbooverma , Yes you can do it. You need to take into account
payload limitations and response timeout. What you mention about data
key append to JSON structure is because of you send usually records data
from previous workflow activitties.
Built one action that works like a queue and another async action to
update the file. By default you can have concurrency of 200 activations
for one action. This way you can handle 200 profile at the same time and
you don't have to wait until 1 profile is finished before handling the
next one.
Only way would be a full DB restore from backupThough this means any
changes one since then would be lostSo if not done immediately, this
rather also won't be a valid option anymore
See in the documentation:
https://experienceleague.adobe.com/docs/campaign-standard/using/managing-processes-and-data/data-management-activities/external-api.html?lang=en#guardrails
5MB http response data size limit (note: this is a change from the 50MB
limit in the previous release)(same should apply for request data size
as well)Request timeout is 1 minute (note: this is a change from the 10
minutes timeout in the previous release)
Unfortunately there is no standard integration for Target
Recommendations.The standard integration only supports dynamic images.
For recommendations, some custom implementation using workflows,
External APIs calls etc is needed
Hi @olsalas711, You can use the syntax given either directly in the
email designer or create content block with the given code to use within
email designer. Thanks!