LouiseT Posted October 20, 2022 Posted October 20, 2022 We would like to be able to send an email to a small group of external email addresses as part of an incident BPM (or possibly an Autotask). The group will vary depending on the site chosen. I’m struggling a bit to figure out how to do it. I don’t want to use decision nodes in the workflow as it will become a nightmare to administer. The group addresses could be stored in the notes field for each site, but I don’t know if/how I can then use this with the email.
Steven Boardman Posted October 20, 2022 Posted October 20, 2022 @LouiseT you can hold the email address in the site custom field, then in the business process do the following: Use a get site info node - this will return the custom fields and the notes field for the site, in the site field on the ticket as output params you can use later in the workflow Follow it with a send email node - and set the External addresses to use Variable then use the variable picker in that field to choose the field from the previous get site node which holds the email address I would suggest using custom fields 0-8 to hold the email addresses, as you might want to holds more info in each sites notes field, but i'll leave that up to you Hope that helps Steve
LouiseT Posted October 21, 2022 Author Posted October 21, 2022 @Steven Boardman Thank you, that's perfect!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now