i have a few users for my stuff, and i'd like a reply in telegram to be only sent to the user triggering the automation.
some googling lead me to;
data_template:
message: Notified!
target:
- "{{ trigger.event.data.from_id }}"``` which... doesn't error but also doesn't work and im not sure where to look next
any pointers?