Sync Fizzy cards with Basecamp todos in real time — n8n Workflow

High complexity🔗 Webhook23 nodes🏷️ Project Managementby David Webb Espiritu

Overview

Description

Automatically sync Fizzy cards to Basecamp todos in real-time. When cards are created, assigned, completed, or reopened in Fizzy, the changes sync instantly to your Basecamp project. Card tags determine which todolist items go to, and team members are matched by email.

What you'll need

n8n instance (self-hosted or cloud) Basecamp account with project access Fizzy account with board management permissions Matching project/board names in both platforms

How it works

Receive webhook

Nodes used

HTTP RequestCode

Workflow Preview

Setup steps
1. Install Basecamp community node
Install from: https://www.npmjs.com/package/n8n-nodes-b
2. Configure Basecamp credentials
Create integration: https://launchpad.37sig
Receives webhook from Fizzy and fetches Basec
Matches Fizzy Data to Basecamp Data (Projects
Creates new todo when fizzy card status is eq
Updates existing todo when card changes
Handles assignment updates and completion sta
Set Basecamp account ID
Find todo and prepare up…
R
Receive Fizzy webhook
Fetch Basecamp projects
Fetch Basecamp people
C
Combine projects and peo…
Match project and get to…
Fetch project todolists
Match todolist and assig…
Fetch active todos
Fetch completed todos
C
Combine all todos
C
Create new todolist
C
Check if todolist exists
Add new todolist ID
C
Create new todo
C
Check if assignment change
U
Update todo assignees
C
Check if card closed
M
Mark todo as complete
M
Mark todo as incomplete
C
Check if card reopened
C
Check if New Card
23 nodes25 edges

How it Works

  1. 1

    Trigger

    The workflow starts with a webhook trigger.

  2. 2

    Process

    Data flows through 23 nodes, connecting code, httprequest, if.

  3. 3

    Output

    The workflow completes its automation and delivers the result to the configured destination.

Node Details (23)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

How to Import This Workflow

  1. 1Click Download JSON button on the right to save the workflow file.
  2. 2Open your n8n instance. Go to Workflows → New → Import from file.
  3. 3Select the downloaded sync-fizzy-cards-with-basecamp-todos-in-real-time file and click Import.
  4. 4Set up credentials for each service node (API keys, OAuth, etc.).
  5. 5Click Test Workflow to verify everything works, then activate it.

Or paste directly in n8n → Import from JSON:

{ "name": "Sync Fizzy cards with Basecamp todos in real time", "nodes": [...], ...}

Integrations

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

Get This Workflow

Download and import in one click

Download JSONView on n8n.io
Nodes23
Complexityhigh
Triggerwebhook

Created by

David Webb Espiritu

David Webb Espiritu

@davidwebbespiritu

Tags

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

New to n8n?

n8n is a free, open-source workflow automation tool. Self-host it or use the cloud version.

Get n8n Free →