Skip to main content
Skip table of contents

Minimum sample JobRequest (JSON)

JSON
{
   "subject":{
      "content":"subject"
   },
   "body":{
      "contentType":"text/plain",
      "content":"hello world"
   },
   "recipients":[
      {
         "mail":{
            "to":[
               {
                  "email":"to_friendly<to@example.com>"
               }
            ]
         }
      }
   ],
   "mail":{
      "from":{
         "email":"smpt_from_friendly<smtp-from@example.com>"
      }
   }
}
JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.