Create Ticket in VTiger
Once I have a client contact informati开发者_如何学JAVAon saved in Support Module, I could get the following things done..
- Client sends e-mail to suport@company.com
- Mail Scanner scans, creates a ticket.
- A notification is sent that email is received by support team to client.
- Admin assigns the ticket to someone, client recieves an email that the ticket is being assigned.
- Client replies to the email, the ticket gets updated in the comment.
How ever if I dont have the client information saved, only the ticket is getting created.
How do I auto save the person contact information as soon as someone sends an email to support@company.com?
This sounds like you need to build a vTiger custom workflow.
https://wiki.vtiger.com/index.php/Workflows
https://www.youtube.com/watch?v=CN-zll3wAeI
All I can offer is the links above. You would then have to either code this yourself with custom code or see if you can set up a workflow and a CRON job in vTiger.
Good Luck
精彩评论