I create a trigger ,when we update the ticket and set it to pubilc, i want to notice the customer.Thatâ s I want to do . âŚBut I met some problem, as the pic ,it is not work. I am sure I set my reply from internal to public.
So I do some tests:
Test for Trigger:
1.only set the action is update , result: customer can receive the email.
2.set the action is update and visibility is internal ,result :customer can also receive the email .
3.set the action is update and visibility is not internal ,customer canâ t receive the email.
Sorry, but it is really hard to understand what you write.
When you want to communicate with the user you should use the Reply Button, this sends an e-mail to the customer and you can add an e-mail signature automatically etc.
If you only want to add a note (article) instead of using the reply button, but still want an e-mail to be sent to the user, then my above triggersettings should do what you want.
i want to enter (update) notes and when i set it to public , i want send an email to customer
OK, i will try what you given â way to set trigger ; what i confused is when i test :My trigger is action is âupdateâ and visibility is âinternalâ ; it will send email to customer; My trigger is action is âupdateâ and visibility is âpublicâ ; it will not send email to customer
I understand ďźwhen note created and set to public at the same time , your way is OK!
but my turely want is :
when i add the note , may it is internal to see now ,when discuss to it can be public, set the note to public , then we want to send email to customer .
Ok, now I understand what you are trying to do, but Iâm afraid this is not reliably possible because there is no condition to check if the visibility of an article has changed. If you just use âaction- updatedâ for the ticket you risk sending out an e-mail to the customer everytime a ticket is updated like an agent or group change, status change, whatever. I donât have an idea how to achieve exactly what you are trying to do.
So how to implement my idea ? Can it be ? always we need the way (my idea) to reply the ticket . Some notes need to be discussed then it will be pubic to customer