Hello :)
I have a strange case. I need the mail of the agent who add a time-entry, and also the mail of his reporting manager, too. So, I have a workflow which looks as:
- Get ticket agent(who did the action) ID with API
- JSON Parser of step 1, and safe the mail of the agent, and the id of the agent(step 1) manager
- Get the manager ID(of step 2)
- Get manager mail by API(of step 3)
- JSON Parser of the manager mail(of step 4)
- Send email to both(step 2-agent mail), and (step 5-manager mail).
Unfortunately, I dont know why, it sends 2mails to the agent, and only 1-the right to the manager.
By agent, I mean the person who did the action over the ticket(in my case-add time entry), and I want to get his manager to.
Is it works by default this way? I want 2 different mails to be sent to 2 different people.
Thanks!