Hi!
I’m trying to get some specific info from a feed, and I don’t know if it will be possible, this is the part of the code:
<pepper:merchant name="Amazon" price="5,99€"/>
<media:content medium="image" url="https://static.chollometro.com/threads/raw/d1NRf/869035_1/re/150x150/qt/55/869035_1.jpg" width="100" height="100"/>
My automation is like this:
data:
title: {{ trigger.event.data.title }}
message: "{{ trigger.event.data.description }}"
With this is working perfect but I wonder if I could get the attributes from merchant name in this case Amazon and the price (5,99€) also the image url (example.jpg)
Hope this is possible and thanks for your time