QUEST
Build the arXiv → Slack pipeline
You'll wire an n8n workflow that fetches today's top arXiv paper, summarizes it in plain English, and posts the summary to Slack — all triggered by a daily cron.
~25 min · 7 checkpoints + boss · Badge: arxiv-shipper
Build the arXiv → Slack pipeline0% · 0/200 XP
CHECKPOINT · read · +10 XP
What is n8n?
n8n is a self-hostable workflow automation tool. Each *workflow* is a graph of nodes — triggers (cron, webhook, manual), data sources (HTTP, RSS, APIs), transformers (Set, Code, IF), and destinations (Slack, Postgres, files). Today we'll wire one trigger and three nodes.