get https://api4.optimove.net/Optimail/GetEmailParameters
Returns all available parameters for use with Optimail templates for a particular brand.
Sample Request
https://apiX.optimove.net/current/optimail/GetEmailParameters?BrandID=4
Sample Response
{
"BrandID":4,
"PersonalizationTags":[
"[%EMAIL%]", "[%FIRST_NAME%]", "[%LAST_NAME%]", "[%PROMO%]", "[%LOWER:YOUR_TAG1%]",
"[%UPPER:YOUR_TAG2%]", "[%CURRENT_TIME:TIME_FORMAT%]", "[%CURRENT_DATE:DATE_FORMAT%]"
],
"FromEmailAddresses":[
{"id":1, "email":"[email protected]"},
{"id":2, "email":"[email protected]"}
],
"ReplyToAddresses":[
{"id":1, "email":"[email protected]"}
],
"PreferenceGroups":[
{"id":128009, "name":"Newsletter",
"description":"Keep updated about all our latest news and special offers."}
]
}