Using Eloqua API Update Dynamic Content Having Huge Data.
We are creating Emails in Eloqua using Dynamic contents.
In Eloqua Dynamic Content we are using below 3 sections
1) Dynamic Content Rules
We are creating 40 to 50 rules ( for each country/language combination)
2) Compare Contact Fields
We are adding Contact field comparisons.
3) Content
Here we are adding Whole Email Body content (Whole Email HTML content) for specific County/Language.
After adding all the email body contents. We have a situation where we need to update dynamic content using API, ( we are adding email body contents dynamically ).
We used below API to update dynamic content
Method: PUT
URL: /API/REST/2.0/assets/dynamicContent/{id}
0