i need to schedule email send, i'm using node-cron. i want to know how to use "req.body" for date and time to schedule.
i need help to resolve how insert in this part of code the req.body
cron.schedule('* * * * *')
and if useful to use
<input type="time">
<input type="date">
Thanks for all