We have a requirement where we are supposed to fetch the content of Email Delivery Template via a GET request.
If this is possible, how can that be done??
Can this be done on both Adobe Campaign Classic and Adobe Campaign Standard(Saw the API Documentation of standard, was not able to get anything in this regards)
Can you please specify the functions that can be used to read the data in the jsapi documentation for classic version
It can be done in Classic, either by using a template with a single personalization field loading a variable with the content (simple to implement, limited to templates without personalization or link tracking), or by writing to the content field of a delivery template directly ([content/html/source]) and then using that template.
It can be done in Classic, either by using a template with a single personalization field loading a variable with the content (simple to implement, limited to templates without personalization or link tracking), or by writing to the content field of a delivery template directly ([content/html/source]) and then using that template.