Same automation, several actions for different triggers

Good afternoon.
I would like to know how, in the same automation, I can put several actions for different triggers.
Example:
I have 3 water sensors: Sensor1, Sensor2, Sensor3
And I want to put in 3 different notification actions for each sensor.
Thanks

Depending on what you mean by “different notifications” it can be done by templating the notification itself or by using choose.

I want 3 actions with the service: notify.notify, but different. one for each trigger. all in the same automation

If all three use the same service call, notify.notify, but only the notification message changes then it can be templated.

The required template depends on how the message’s content is supposed to change depending on which one of the three sensors triggered the automation. How exactly do you want the notification to appear? Simply report the name of the sensor responsible for triggering the automation?

Thank you for your help. I think that with the “choose” option, I can already do what I want