How to send request to an api every day based on user schedule .Net Core MVC

Viewed 53

I'm working on project that can send bulk comments on wordpress posts using rest api.

User can select category of wordpress posts and a group of prewritten comments and set a schedule for sending comment to wordpess, for example send comments on 5 posts every day in exact time until the posts run out.

how can I send request to wordpress rest api based on user schedule ?

1 Answers
Related