create automatically a customer

Moderator: crythias

Locked
machadoa
Znuny advanced
Posts: 101
Joined: 11 Dec 2015, 17:36
Znuny Version: 5.0.5

create automatically a customer

Post by machadoa »

Hello !

I want to know if it's possible to create automatically a customer when sending an email to open a ticket ?

I want depending on its mail address, created a customer and assign a customerID

Thanks
reneeb
Znuny guru
Posts: 5018
Joined: 13 Mar 2011, 09:54
Znuny Version: 6.0.x
Real Name: Renée Bäcker
Company: Perl-Services.de
Contact:

Re: create automatically a customer

Post by reneeb »

You need to write your own postmaster filter module. In that module, you can check if the mailaddress already belongs to a customer. If not, you can create the customer user....
Perl / Znuny development: http://perl-services.de
Free Znuny add ons from the community: http://opar.perl-services.de
Commercial add ons: http://feature-addons.de
machadoa
Znuny advanced
Posts: 101
Joined: 11 Dec 2015, 17:36
Znuny Version: 5.0.5

Re: create automatically a customer

Post by machadoa »

Ok I can check if the mailaddress already belongs to a customer but then I can not create a customer :(

Help please
Locked