Email Parameters

Returns all available parameters for use with Optimail templates for a particular brand.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…

Rate Limit

For Optimove's general API rate limit, see the Understanding API Rate Limits reference.

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."}
  ]
}
Query Params
int32
required
Response
200

Success

Language
Credentials
Header
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here!