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

Hoog complexiteit🔗 Webhook23 knooppunten🏷️ Project Managementdoor David Webb Espiritu

Overzicht

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

Gebruikte knooppunten

HTTP RequestCode

Workflow-voorvertoning

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

Hoe het werkt

  1. 1

    Trigger

    De workflow start met een webhook-trigger.

  2. 2

    Verwerking

    Gegevens stromen door 23 knooppunten, connecting code, httprequest, if.

  3. 3

    Uitvoer

    De workflow voltooit zijn automatisering en levert het resultaat aan de geconfigureerde bestemming.

Knooppuntdetails (23)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

Hoe deze workflow te importeren

  1. 1Klik op de knop JSON downloaden rechts om het workflowbestand op te slaan.
  2. 2Open uw n8n-instantie. Ga naar Workflows → Nieuw → Importeren uit bestand.
  3. 3Selecteer het gedownloade bestand sync-fizzy-cards-with-basecamp-todos-in-real-time en klik op Importeren.
  4. 4Stel inloggegevens in voor elk serviceknooppunt (API-sleutels, OAuth, enz.).
  5. 5Klik op Workflow testen om te controleren of alles werkt, activeer het vervolgens.

Of plak rechtstreeks in n8n → Importeren uit JSON:

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

Integraties

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

Haal deze workflow op

Download en importeer met één klik

JSON downloadenBekijken op n8n.io
Knooppunten23
Complexiteithigh
Triggerwebhook

Gemaakt door

David Webb Espiritu

David Webb Espiritu

@davidwebbespiritu

Tags

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

Nieuw bij n8n?

n8n is een gratis open-source workflow-automatiseringstool. Host het zelf of gebruik de cloudversie.

n8n gratis ophalen →