Hi,
I have a PowerShell script that automatically sends emails to external service providers in order to request the deactivation of user accounts in systems we don’t have access to.
The emails are sent from the same address (max.mustermann@contoso.com) and the subject line always includes the ticket ID of the already existing service request.
When the external service provider replies to this email address, a new ticket is created.
My question is:
Is there a way to add such a reply to the existing ticket as a note, or to merge the newly created ticket with the original one?