Archiving Micro.blog Bookmarks
I just completed a new workflow: automatically saving new bookmarks stored on Micro.blog to my custom-built bookmark manager web app running on Vercel. Since Micro.blog doesn’t support webhook calls, I had to resort to a scheduled n8n workflow that pulls any newly saved bookmarks via Micro.blog APIs and saves each one using a new API route on my bookmark manager web app on Vercel. It’s much more efficient than asking Claude AI to do this using a skill (which was working perfectly, by the way) to save into a Craft Collection block entry.