dansteg
02/18/2021, 3:14 PMvar mergeResult = render.mergeEmail({
templateId: templateId,
entity: {
type: 'contact',
id: orderedBy
},
recipient: null,
supportCaseId: null,
transactionId: tranID,
customRecord: null
});
{"name":"INSUFFICIENT_PERMISSION","message":"For security reasons, only an administrator is allowed to edit an administrator record."}
dansteg
02/18/2021, 3:29 PM