Setup notification based on JSON Data

Dears,

I’m pulling kids lesson schedule with JSON. One of the fields is end time for last lesson for “today” like 12:35, so each day it can be different.

How can I send notification to my mobile at this particular time, everyday?

I see 2 possibilities:

  1. In one automation you set a input datetime to your JSON value that runs once per day. In a second automation you set a time trigger that triggers on the input datetime.
  2. Automation that runs every minute. In the condition you check if current time equals the JSON value time