Dynamic email in kibana wacher

Hi,

I am trying to send email to customers and email address are from input data. Do you have any solution so that I can send email to each customer separately

For example.
In input data, there are 5 records returned in json format with these information
Customer 1, email, phone, message content
Customer 2, email, phone, message content
...
Customer 5, email, phone, message content

Expectation:
5 email will be sent to each 5 customer separately using kibana watcher

Hi @Pham_Linh,

you should be able to pass an array into the to field in your email action, please see this related question: X-Pack Watcher: multiple emails in to/cc fields via template

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