Resources / Support Articles / API
CreatePreview
Description
Creates a new email design test request
API URL
http://previewmyemail.com/api/CreatePreview
Request Parameters
- apikey
Provide the API key. This key can be found in your account settings page. - emailbody
Provide the HTML part of your email (it should be base64 encoded!) - emailsubject
Provide the subject of your email (it should be base64 encoded!). - targetemailapps
Provide the list of email clients you wish to get screen shots from. This parameter should be passed in array format. Ex: TargetEmailApps[]=3&TargetEmailApps[]=4
Response Example
[{"result":"true", "jobid":"1004075748"}]