Good afternoon, everyone.
I've the following issue/question:
I have an email account connected to my JMS platform; lets name this example@gmail.com. I have an automation set up that will create a support ticket in the platform if an email is sent example@gmail.com and if the sender's domain equals an specific domain.
I've recently added an alias to example@gmail.com in gmail's platform; lets name this alias@gmail.com.
If an email is sent (assuming it meets the domain criteria) to either example@gmail.com or alias@gmail.com, a ticket will be succesfully created in my platform.
The issue is the following:
If an email is sent to either of the email addresses, I have no way of knowing which email was contacted within the ticket. The way I thought of "fixing" this was:
- If mail is sent from to a customer to example@gmail.com -> Create a ticket with a custom tag saying with "example" as it's value.
- If mail is sent from a customer to alias@gmail.com -> Create a ticket with a custom tag saying "alias" as it's value.
Is this possible through automation? If it is, is it possible without connecting the alias email to my JMS platform?
Any input is greatly appreciated.
@Ignacio Welcome to the Atlassian community
We have a similar thing with aliases. We have several aliases that a request can come from. We identify the alias and have an automation that runs and does the following:
The request type that is used on the email shares the same issue type as several other request types. Many of those request types are hidden from the portal but can be applied to the email request making it easy to manage and place in queues.
@Brant Schroeder Hello, Brant. Thank you for the welcome.
I kept trying out options after submitting the question and I ended up with a rough sketch of what I'm trying to accomplish:
I did this under the assumption that reporter.emailAddress would be the alias I have for my main email, however, this didn't work; likely because reporter refers to the person who emailed the alias rather than the alias instead.
What would the correct way to set this up be? I'm mostly going for: If issue is created and alias email was the recipient instead of the main one -> do X.
Thanks in advance, I'm trying to work on improving automations so feedback/suggestions are always welcome and appreciated.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ignacio We used to have the mail handler add the alias as a CC so we can run our rules of that. We ended up changing it and adding an appendage on the subject field that we then use to identify where it came in from.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Ignacio can you accept the answer to help others?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.