Calling Rest API periodically

0
Hi all, I wanted to call a REST API periodically i.e at the interval of 5 minutes to pull data from API. What functionality should I implement to  do this. Thank you
asked
1 answers
0

You can use a scheduled event for this. Create a microflow that handles the rest call and set the event to run the microflow every 5 minutes. 

answered