[Support]: HTTP 404 in Home Assistant Notifications #15972
-
Beta Was this translation helpful? Give feedback.
Answered by
kavejo
Jan 13, 2025
Replies: 1 comment 5 replies
-
You are mixing concepts. The |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
To confirm @NickM-27,
I have got it working by switching from "{{trigger.payload_json["after"]["id"]}}" to "{{trigger.payload_json["after"]["data"]["detections"][0]}}".
Thanks for pointing me on the right direction.
I have a follow-up question though, if you don't mind.
For an event like the following, where the review triggered has multiple detection (a car, and a person), is there a way I can get the the correct event id mapped to the person?