Watcher by customer

I want to send an email to 5 customers in a single email but without making 5 watchers, only with one, and each customer receives their individual information, since in the future I will have 100 customers and modifying each one would take a long time. Do you think it is possible to do this?

The email key can have a comma-separated list of email addresses in an array something like this;

"email": {
    "to":["john@gmail.com","julie@gmail.com","tony@gmail.com"]

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.