Page 1 of 1

how to send an automatic notification

Posted: 27 Jun 2020, 17:49
by Oumar
how to send an automatic notification to the customer on their birthday to offer them a reduction offer on the products they often buy (laravel 6,php 7.2,Windows)

Re: how to send an automatic notification

Posted: 28 Jun 2020, 13:54
by aimeos
The best way is to use a cloud based customer relationship management (CRM) software, e.g. one of these:
https://www.jotform.com/blog/best-cloud-crms-for-smbs/

Make sure, you ask for the birthday in the checkout address step. Push the customer data to the CRM server using their API after the customer clicked on "Buy now". You can do that by implementing a new subpart for the checkout component:
https://aimeos.org/docs/Developers/Html ... w_subparts

Create a PercentRebate or FixedRebate voucher including the "Once" decorator (so each customer can use it only once) and a code in the "Voucher" panel of the Aimeos admin backend. Create a birthday e-mail in the CRM including the voucher code and configure the CRM to send the e-mail at the birthday of the customer.