NovalinkIn dev

Use case

Automated report drafting with Claude

Updated September 17, 2026

Weekly numbers are easy to fetch and tedious to write up. This workflow pulls metrics from your API, trims them to what matters, and has Claude draft the summary you would have written.

Nodes used:manual_triggerhttp_requestsetagentoutput

How the workflow runs

  1. The trigger sets the reporting period.
  2. An HTTP Request node fetches metrics for that period.
  3. A Set node keeps only the fields the report needs, so the prompt stays short and cheap.
  4. A draft agent writes the report, and the Output node returns it.

The drafting prompt

Draft · User prompt
Write a short weekly report for {{ trigger.period }}.
Lead with the biggest change, then three bullet points.

Metrics:
{{ nodes.shape.output }}

Running it on a schedule

Build it on the canvas

Create a free account and run your first workflow in the browser, or run Novalink on your own machine.