Hi all,
Can someone help me with how can we send a copy of an email sent through AJO, through a custom action to any external storage solution (by hitting the storage location API Endpoint), such that all the emails sent to the customers should also be stored in that storage solution?
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
This won't be feasible using custom actions.
Instead, you can evaluate bcc functionality
or
Query ‘Template’ field in the Entity Dataset, which contains the details of the non-personalized message templates.
or
Access Entity Dataset via data access api
Reference - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/archiving-support
This won't be feasible using custom actions.
Instead, you can evaluate bcc functionality
or
Query ‘Template’ field in the Entity Dataset, which contains the details of the non-personalized message templates.
or
Access Entity Dataset via data access api
Reference - https://experienceleague.adobe.com/en/docs/journey-optimizer/using/configuration/archiving-support
Hi @dugganab
Is there any way through which we can create a pdf/image copy of the email which we can send from AJO to any external storage location through hitting the API endpoint?
Views
Replies
Total Likes
No, you will have to build a custom process outside of AJO to handle this using the options mentioned in the earlier thread.