Custom Workflow Notifications for Non-Technicians
Hello, TDX Team:
I am working on a workflow that sends a notification to a hard-coded email address. The built-in notification step on workflows does not allow the addition of specific recipients if they do not have access to the ticketing app, so we created a workflow Web service with the following code to add a ticket comment and notify the hard-coded address:
{"Comments":"From HR Ticket #{{id}} on behalf of {{ReqEmail}}:
Notice: Employee {{EmpName}} (ID: EmpID) will be onboarding on {{EmpDate}} and will require a temporary parking pass.",
Notify:["recipient@domain.tld"],IsPrivate:"false"}
I would like to ask if there would be a best way customize the notice so that the email is received with standard text formatting rather than the ticket information contained in the Ticket Comment notification template.
Thank you.
Answer (1)
Hello Anderson,
If you use a web service method to produce a Feed post with notification, then it *will* for sure use the Ticket Comment Added notification template version that is most applicable for the recipient addressee (likely the Requestor version of the template).
The contents of the actual comment will be formatted as you've specified in the web service method, however the rest of the template's regular contents will also be included.
Sincerely,
Mark Sayers
Sr Support Consultant, CS
We will need to keep the information in the Ticket Comment Notification template for general tickets, but would there be a workaround to use a custom template or notification? We would prefer to avoid adding the recipient as a technician to the ticketing application. - Anderson Hanchett Wed 4/19/23 1:31 PM
Thank you. - Anderson Hanchett Wed 4/19/23 1:53 PM
Is there a way to assign an email address to a service account? This only seems possible for User type accounts.
Thank you. - Anderson Hanchett Wed 4/19/23 2:25 PM