๐Ÿ”ฌ Send monthly Toggl time tracking summary via Resend email

โšก 166 views ยท ๐Ÿ”ฌ Document Extraction & Analysis

Description

Description

This workflow fetches Toggl Track summary data for the previous month, aggregates hours per client and project, and emails a clean HTML report via Resend.

How it works

  1. Compute previous month period.
  2. Fetch Toggl summary (grouping=clients, sub_grouping=projects).
  3. Fetch clients and projects for proper names.
  4. Merge and aggregate seconds to hours.
  5. Generate HTML raport.
  6. Send raport via Resend API.

Requirements

Customization

Documentation

Author

Krystian Syryca - krsweb.pl

๐Ÿ”— Nodes Used

HTTP Request, Schedule Trigger

๐Ÿ“ฅ Import

Download workflow.json and import into n8n: Workflow menu โ†’ Import from File

๐Ÿ“– Importing guide ยท ๐Ÿ”‘ Credential setup