I’m looking for a way to automatically CC a list of addresses on tickets. We are moving out ticketing solution right now from one solution to FreshService. We currently put our tickets under organizations and not requesters, so this will be a change for us when we move to FreshService.
In our current solution, as we create a ticket, an email is generated to the rep for the organization and a few other folks. With FreshService, since it is requester-driven, the email will go back to the person opening the ticket and rep for the organization may not be aware that a ticket has been created.
In order to facilitate this, I have done the following:
Created AutoCC field in Company Fields and populated it with a comma-based list email addresses.
Unfortunately, this is where I get stuck. There’s no way to interact or pull that information when a ticket is rasied, so I have taken this route:
Using the WorkFlow Automator, I created a ticket automation so that anytime a ticket is rased, a web request is made to the FreshService API to information about the company the requester belongs to. I use the JSON parser to pull out the value from the AutoCC field that I created earlier and I use that field to send an email to the addresses in the AutoCC to inform them that a ticket has been created.
What I would really like to do is add them as a CC to the ticket so they receive all subsequent updates form the ticket, but the CC action only allows a single email address. I cannot use the AutoCC object like I can in the email action.
Does anybody have any thoughts how to add certain folks automatically as a CC to an item? Is there any easier way to do this?