Hello, Is there a way to trigger an email to customers to notify them of new products when a new product is added in Wix stores? Thanks

Hi,

There are multiple ways you can accomplish this (depending on your preference) but at the moment I am able to come up with the following suggestion. You can use the onInventoryItemUpdated( ) event handler to call the emailing function . The onInventoryItemUpdated( ) event handler runs when information for an inventory item is updated in a store. Keep in mind that this is part of the wix-stores-backend module.

Best regards,
Edward Corvid Team

OK, this makes sense. I’d rather you guys create a trigger for this. It could send right away or wait until a specific day of the week or month. However, you don’t have it and I’ll have to work around that by using the solution you gave above.