How to Call a Serverless Function Or Web API Periodically With iOS Shortcuts

Automate your tasks using the power of shortcuts in iOS

How to Call a Serverless Function Or Web API Periodically With iOS Shortcuts

Running a Serverless function or Web API every periodically can be done in so many ways. But today, I want to show you a free option if you have an iPhone or iPad. It is the Shortcut app.

The Shortcut app is available to every iPhone, iPad, or iPod touch running iOS 13.1 and higher. If you don’t own an Apple device, scroll down to the alternative ways to do the same via a different service.


Running Time-Based Actions

I don’t know about you, but I feel the need to run an API or serverless function once a day or an hour every time I work on a side project.

But I don’t particularly appreciate setting up a cron job. Since I run all my applications on Netlify, I don’t have any place to do that.

So I thought, I saw that I could call a Web API via the iOS Shortcuts app. Let’s automate that!


My use case

I’m building a dashboard with Angular, Angular Material, Serverless functions, and Upstash (a serverless database for Redis). For that dashboard, I’m using the data from “Our World In Data,” which is open-source.

Since loading a large amount of data from their repository takes a very long time, I thought let’s save that into Redis via Upstash, so the data loads faster.

Updating the information is going to be time-intensive, so my goal is to create a serverless function for Netlify and call it every day with the Shortcuts app.

PS: I’m running that for a few days right now, and it’s a total blessing.

For instance, checkout can find my serverless function below, to get an idea of how I’ve created it:

I won’t dive into the creation of serverless functions in this post, but If you want to learn more about serverless functions and how to build them, check the links below.


How To Automatically Call a Web API Periodically

1. Setup Shortcut

First, let’s open the Shortcuts app and tap the + sign to create a new shortcut.

1*z6gbXiiIKBIil6ibS7QoCQ.png

Click on “Add Action” and search for “URL”, click it and add the API URL you want to call.

1*wkfj4EUtoiDo9YAZNCJhWg.png

I’ve pasted in a URL to an API. To choose what type of request we want to do, we have to tap on “Get Contents of URL” (if it’s not visible on your device, your can search for it in the input field on the bottom).

You can pick GET, POST, PUT, PATCH, and DELETE. If you want, you can send some headers when needed.

In the meantime, try creating the request by pressing the “Play” button on the bottom.

1*KtWCQ0by6Cqo4kDyT-oLPg.png

After making the request, we want to have a notification that tells us when it’s done. Tap the bottom input field for searching “Show Notification”, when found press it.

You can type here anything you like. For this example, I’ve done “Received Posts URL”. URL is, in this case, the URL we’ve set at the top.

1*77ujA6STZKiKQDsZihBgRQ.png

Let’s test our shortcut by pressing the “Play” button at the bottom:

1*4hNtv4_NhMg_fvVYi2EAtQ.gif


Automate shortcut

Now that we demonstrated that our shortcut works, we can automate it to run it daily, weekly, or anything else.

Open the automation tap, which you can find at the bottom of your home screen of the Shortcuts app, and click “Create Personal Automation”.

1*Oawje5hmFb4aDM_QR4lMDw.png

Click on the “Time of Day” and select when you want to run this automation. The choice is yours!

1*0SF0tBieyzInFTG-H61p7Q.png

Press “Next” at the top and click “Add Action”. Now find the “Run Shortcut” action and press it.

1*gLPVRNx5cRM8YhwHLkd2Tg.png

Now we have to select our “Call Web API” shortcut we made earlier. Press “Shortcut” and search for your shortcut and press it.

1*D-ZCzkhk1zuDPJxofrn_ig.png

In my case, this automation will be performed daily at 15:10, which is so awesome!

1*Tyx7O3vR8qY7YFlz4iPRiA.png

The best thing about using the Shortcuts app is everything runs locally on my device. Just call “Hi Siri, Call Web API,” and the shortcut will do it!


Github Actions as Alternative For Automating Web API Calls

If you don’t own an Apple device, you can’t use the Shortcuts app. I’m not familiar enough with Android for offering the same functionality, but I think Github Actions is an excellent alternative for automating your Web API or Serverless function call.

Since Github Actions offers so much more than just automating Web API calls, I highly recommend checking the tutorial “Run your Github Actions workflow on a schedule” by Jason Etcovitch.


Conclusion

There are probably many other ways to automate Web API or Serverless function calls besides using iOS Shortcuts or Github Actions. But the most important is that you use what you find the easiest to use.

For me, doing it on my device for free is very important — that’s why I’ve used the Shortcuts app. If you have other suggestions, please share them. I love to add them to the post as well

Happy coding and automating.

For more Productivity tips with the Shortcuts app, check “Amazing Productivity Shortcuts for Your iPhone” from Manish Jain


Thanks!

hashnode-footer.png I hope you learned something new or are inspired to create something new after reading this story! 🤗 If so, consider subscribing via email (scroll to the top of this page) or follow me here on Hashnode.

Did you know that you can create a Developer blog like this one, yourself? It's entirely for free. 👍💰🎉🥳🔥

If I left you with questions or something to say as a response, scroll down and type me a message. Please send me a DM on Twitter @DevByRayRay when you want to keep it private. My DM's are always open 😁

Did you find this article valuable?

Support Dev By RayRay by becoming a sponsor. Any amount is appreciated!