Triggering API webservice
I have created a c sharp webservice API there invoking 3rd party apis using oAuth credentials with GET and POST methods. Also want to listen to any database changes every 5 minutes and want to run the api automatically. Is there any solution to help achieve this situation