Email Parameters

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."}
  ]
}
Language
Authorization
Header
URL
Click Try It! to start a request and see the response here!