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 ?
CodePudding user response:
You can refer to Microsoft's official documentation to learn about Background tasks.