I am planning a flow for triggering automatic messages and would like to know if it is possible to implement the following logic directly in Make:
- A cron function in my system runs daily at midnight and sends a list to a Make webhook with all the scheduled tasks for the day, including the start time (start_datetime) for each employee;
- The Make webhook stores this data internally;
- The idea is for Make to automatically send a message to each employee exactly 2 hours before their respective start time;
- The trigger for sending would be based on the time arriving 2 hours before each task’s start_datetime.
I would like to know if Make has native resources to schedule these individual send-outs based on the variable times received via webhook, or if I would need an alternative solution to implement this logic within the platform.
thanks for help