Put email ticket in category via email subject

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
stevenf
Posts: 24
Joined: Wed Jun 15, 2016 9:37 am

Put email ticket in category via email subject

Post 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.
Klemen
Site Admin
Posts: 10145
Joined: Fri Feb 11, 2005 4:04 pm

Re: Put email ticket in category via email subject

Post 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
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
stevenf
Posts: 24
Joined: Wed Jun 15, 2016 9:37 am

Re: Put email ticket in category via email subject

Post by stevenf »

Hi Klemen,

thx for reply. Will look into it.
Post Reply