Add customer from Email Case
Moderator: crythias
-
- Znuny newbie
- Posts: 12
- Joined: 16 Sep 2010, 17:51
- Znuny Version: 3.0
Add customer from Email Case
I was wondering if it is possible to auto register the customer when they open a case by sending an email.
I would love to have an auto reply every time a new customer sends in an email that provides them link to portal and a temp password.
I would love to have an auto reply every time a new customer sends in an email that provides them link to portal and a temp password.
Re: Add customer from Email Case
I'd love to have that, too. Tips anyone?
OTRS not installed yet. Grabbing some infos here to evaluate!
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Add customer from Email Case
There is an autoresponder already, but sending a plain text password doesn't sound reasonable. Tickets can get created whether or not the person is in the database, but if you're not using DB method for user auth (at least partially), they won't be able to log in. AutoResponder for the queue can provide a link to the ticket. That's reasonably trivial, and the login screen can be used to "recover password" which is safer.
What will you employ to prevent spam?
What will you employ to prevent spam?
Code: Select all
<OTRS_CONFIG_HttpType>://<OTRS_CONFIG_FQDN>/<OTRS_CONFIG_ScriptAlias>customer.pl?Action=CustomerZoom&TicketID=<OTRS_TICKET_TicketID>
Last edited by crythias on 17 Sep 2010, 01:50, edited 1 time in total.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Add customer from Email Case
I don't get that.crythias wrote:if you're not using DB method for user auth (at least partially)
To me, OR the customer is registered, OR he isn't.
I don't understand what does "partially" refers to

OTRS not installed yet. Grabbing some infos here to evaluate!
-
- Znuny newbie
- Posts: 12
- Joined: 16 Sep 2010, 17:51
- Znuny Version: 3.0
Re: Add customer from Email Case
That is a very good point 

-
- Znuny newbie
- Posts: 12
- Joined: 16 Sep 2010, 17:51
- Znuny Version: 3.0
Re: Add customer from Email Case
I believe partial means is that email is on file already. Which means if the customer who sent in email navigates to the customer portal and puts in their email address and hits forgot password will get an email with a temp password to log in.ashorlivs wrote:I don't get that.crythias wrote:if you're not using DB method for user auth (at least partially)
To me, OR the customer is registered, OR he isn't.
I don't understand what does "partially" refers to.
Not sure if there is much sense of doing this, as if I have the customer at the portal i would much rather have him go through full registration at this point to collect the extra data. it will still tie all cases open through email to that account.
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Add customer from Email Case
I mean partially, as in, one of the up to 10 concurrent ways you can auth and/or list customers.
Specific example: Active Directory for Company A, Active Directory for Company B, Database for "other users".
Specific example: Active Directory for Company A, Active Directory for Company B, Database for "other users".
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
-
- Moderator
- Posts: 10170
- Joined: 04 May 2010, 18:38
- Znuny Version: 5.0.x
- Location: SouthWest Florida, USA
- Contact:
Re: Add customer from Email Case
Also, a customer doesn't have to be registered to submit a ticket *by default*. The default action of OTRS is to allow anyone who submits an email to create a ticket. Customer Authorization is not checked for new ticket submission by default.
OTRS 6.0.x (private/testing/public) on Linux with MySQL database.
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Please edit your signature to include your OTRS version, Operating System, and database type.
Click Subscribe Topic below to get notifications. Consider amending your topic title to include [SOLVED] if it is so.
Need help? Before you ask
Re: Add customer from Email Case
Fine, i have to make some tests now 
OTRS looks great, hope it fits my company's needs.
Tests tests tests!

OTRS looks great, hope it fits my company's needs.
Tests tests tests!
OTRS not installed yet. Grabbing some infos here to evaluate!