Page 1 of 1

Put email ticket in category via email subject

Posted: Thu Feb 23, 2017 8:13 am
by stevenf
Script URL:
Version of script:
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

Write your message below:

Hello. Is it possible to categorize email tickets by subject in email? To be more precise, let's say the company has different branches in different cities and want to know from which city is the sender without looking at his email and checking internal database.

So basically I'm asking - if email subject contain problem plus city name and there is a category with the same city name, when that is matched, Hesk automatically assign the ticket to that category. Or something like that.

I'm trying to figure out a solution to have all tickets in one system and not to have separated hesk's for each city.

Re: Put email ticket in category via email subject

Posted: Fri Feb 24, 2017 5:13 pm
by Klemen
Possible? Yes.
A built-in solution? Unfortunately no.

To get this working you should hire a PHP developer to modify the hesk_email2ticket() function for you, located in the inc/pipe_functions.inc.php

Re: Put email ticket in category via email subject

Posted: Mon Feb 27, 2017 9:10 am
by stevenf
Hi Klemen,

thx for reply. Will look into it.