I am working on a .net project and I have an api endpoint that triggers some messages to be sent.
I need to give the user an option to schedule this event, for example to let a user to choose that the messages will be sent today at 17:30.
What is the best way to perform such a thing, I have looked online but couldn't find an answer.
Thanks.