πŸ“‹ Trello task management with Telegram notifications and Supabase database

⚑ 433 views Β· πŸ“‹ Project Management

Description

Trello Task-Sync Assistant

Description

This n8n workflow automates task management by integrating Trello, Supabase, and Telegram to streamline card creation, user assignment, and due date notifications. It ensures seamless synchronization of Trello card data with a Supabase database and sends timely Telegram notifications to keep team members informed about task assignments and deadlines.

Key Features

Workflow Structure

  1. Trello Trigger Flow:

    • Trigger: Activates when a new Trello card is created.
    • Actions:
      • Registers the card in Supabase (cards table) with details like ID, name, and board.
      • Sets up a Trello webhook for real-time updates on the card.
      • Syncs due date changes to Supabase.
      • Detects member additions/removals, checks for existing users in Supabase, creates new user entries if needed, and links users to cards in the card_user table.
  2. Webhook Event Flow:

    • Trigger: Processes Trello webhook events (e.g., member changes, due date updates).
    • Actions:
      • Validates event types (add/remove member).
      • Maps Trello usernames to Telegram handles.
      • Sends formatted Telegram notifications with card details and playful, randomized messages for engagement.
  3. Due-Date Notification Flow:

    • Trigger: Runs twice daily (every 12 hours) via a scheduled trigger.
    • Actions:
      • Fetches cards due on the current day from Supabase.
      • Retrieves assigned users for each card.
      • Sends Telegram reminders with urgent, formatted messages including card name, board, URL, and due date.

Technical Details

Use Case

Ideal for teams using Trello for project management, this workflow ensures real-time data syncing with Supabase and keeps members informed via Telegram, reducing manual oversight and improving task accountability. It’s particularly useful for remote or distributed teams needing automated task tracking and reminders.

Setup Requirements

This workflow enhances productivity by automating task synchronization and communication, ensuring no deadline is missed.

πŸ”— Nodes Used

HTTP Request, Trello Trigger, Webhook, Telegram, Supabase, Schedule Trigger

πŸ“₯ Import

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

πŸ“– Importing guide Β· πŸ”‘ Credential setup