how to send an automatic notification

How to configure and adapt Aimeos based shops as developer
Forum rules
Always add your Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
Oumar
Posts: 1
Joined: 27 Jun 2020, 17:38

how to send an automatic notification

Post by Oumar » 27 Jun 2020, 17:49

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)

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: how to send an automatic notification

Post by aimeos » 28 Jun 2020, 13:54

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.
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

Post Reply