Automating Makerlog with Apple Shortcuts

  1. Introduction
  2. Implementation
  3. Demo

Introduction

I like logging my daily tasks and keeping up with streaks, but doing it from the phone takes some effort. By saying “effort” I mean going through the mess of visual actions each time you want to log a task.

So one day I thought:

Can I have one icon on my home screen just for logging tasks?

Implementation

In the next few steps I'll show you how you can make your own "Makerlog" shortcut, and place it on a home screen as an icon.

Step 1. Make a webhook

  1. Open this URL or click on the Profile picture -> Integrations -> Webhooks
  2. Click on the "Create webhook" button
  3. You'll see a generated URL, similar to the one shown below. Copy it.

view after webhook was created

Step 2. Make a shortcut

Open to the shortcuts app and tap on the "plus" button. Now add the following actions:

"Ask for input"

makerlog shortcut "ask" action

"URL". Paste your webhook URL in the value input.

makerlog shortcut "URL" action

"Get Contents of URL". Choose “Show more” and set the following parameters:

makerlog shortcut "Get Contents of URL" action

Step 3. Add shortcut to the home screen

Tap on the “Three dots” and choose Add to Home Screen.

You can also set the icon and the name of your shortcut.

Shortcut options menu

Demo (screenshots)

Makerlog automation demo