JimmyTwoTimes
Regular Member
- Mar 25, 2014
- 227
- 58
Here's what I am trying to do:
I have an events directory with hundreds of events.
I can stream the dates of each event onto a simple HTML page with the date that the event happened.
What I'd like is that there is a trigger to when an event has expired which can be determined by the HTML on the page. So for example:
<p>This ABC event is on May 25th 2020</p>
This date has obviously passed so the bot (running once a day) would see that ABC event has been and therefore trigger an action like sending an email.
Any idea of a platform or tool that could make this happen?
Thanks!
PS I should also add that I am using WordPress
I have an events directory with hundreds of events.
I can stream the dates of each event onto a simple HTML page with the date that the event happened.
What I'd like is that there is a trigger to when an event has expired which can be determined by the HTML on the page. So for example:
<p>This ABC event is on May 25th 2020</p>
This date has obviously passed so the bot (running once a day) would see that ABC event has been and therefore trigger an action like sending an email.
Any idea of a platform or tool that could make this happen?
Thanks!
PS I should also add that I am using WordPress