JOC API

Version 2.8.0

Download RAML
JOC API
/approval/email_settings/store
POST

Stores email settings for approver notification


Parameters in the POST body schema

Name Type Description Example Default
jobResourceName optional, string Name of a Job Resource (with smtp settings) eMailDefault
body required, string Body of the email. The following placeholders will be replaced by the request data
  • ${RequestDate}: Date of the approval request
  • ${Title}: Title of the approval request
  • ${Requestor}: Requestor of the approval request
  • ${RequestURL}: URL the approval request
  • ${Category}: Category of the approval request
  • ${Reason}: Reason of the approval request
subject required, string Subject of the email. Above placeholders will be replaced too
cc optional, string Carbon copy of the email
bcc optional, string Blind carbon copy type of the email
contentType optional, string Content type of the email text/html
charset optional, string Charset type of the email ISO-8859-1
encoding optional, string Encoding type of the email 7bit