Jump to content
  • 0

Email piping & ticket question


sunrisepro

Question

4 answers to this question

Recommended Posts

  • 0
5 minutes ago, sunrisepro said:

Is it possible to pipe a specific email address to a specific ticket category, perhaps with custom autoreplies?

Not exactly sure what you mean by ticket category. You can have multiple departments. The auto-reply for each department is generally the same, from the template "Ticket Received", however you can use logic in the template to display a different message based on the department. See https://docs.blesta.com/display/user/Support+Manager by using the tag {ticket.department_id} and a Conditional Statement.

As an example:

{% if ticket.department_id = 1}
 
Enter text to be shown if the department ID is 1.
 
{% endif %}

 

Link to comment
Share on other sites

  • 0
10 minutes ago, Paul said:

Not exactly sure what you mean by ticket category. You can have multiple departments. The auto-reply for each department is generally the same, from the template "Ticket Received", however you can use logic in the template to display a different message based on the department. See https://docs.blesta.com/display/user/Support+Manager by using the tag {ticket.department_id} and a Conditional Statement.

As an example:


{% if ticket.department_id = 1}
 
Enter text to be shown if the department ID is 1.
 
{% endif %}

 

Ok, that makes sense. Is there any way to pipe a specific email address to a specific department? Like billing@ creates a ticket for the Billing dept and sales@ creates a ticket for the Sales dept.

Link to comment
Share on other sites

  • 0
1 hour ago, sunrisepro said:

Ok, that makes sense. Is there any way to pipe a specific email address to a specific department? Like billing@ creates a ticket for the Billing dept and sales@ creates a ticket for the Sales dept.

Yes, if you are using piping you pipe all of the addresses you want to use to pipe.php as described in the docs. Blesta will detect the email address the email is addressed to and open a ticket in the support department that matches, based on the way you have configured your departments.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...