People Import Processor Task Templates
I am working with importing users via API. The People Import Processor service has two HTML templates for "success" and "error" that can get sent out. Is there a list of attribute tags that can be used in these templates to add additional information?
For example, the ImportTaskSuccessTemplate.html is the following:
<h1>Import Job Completed</h1>
<b>ID</b><br />
{{ID}}<br />
<br />
<b>End Date/Time</b><br />
{{EndDate}}<br />
<br />
<b>Message</b><br />
The import job completed successfully!
Is there tags to be able to pull in the data like Start Date, Allow Active Status Changes, Allow Security Role Changes, and Allow Application Access Changes into this template?
Answer (1)
Hello Andrew,
There *is* a way to update that template, however it is within the server-side processing utility, and it also was not intended to be modified. It has no support for any other tags, and it really wasn't meant for customers, even onprem, to change. It was so that we can change it if we desired without re-releasing a processor.
It would get overwritten every time you took an upgrade of TDX, plus I believe your school is moving to SaaS, or plans to move to Saas soon, which will mean any changes you might have made would be lost anyway because it for sure is not editable for SaaS clients.