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

Élevé complexité🔗 Webhook23 nœuds🏷️ Project Managementpar David Webb Espiritu

Aperçu

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

Nœuds utilisés

HTTP RequestCode

Aperçu du workflow

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

Comment ça fonctionne

  1. 1

    Déclencheur

    Le workflow démarre avec un déclencheur webhook.

  2. 2

    Traitement

    Les données transitent par 23 nœuds, connecting code, httprequest, if.

  3. 3

    Sortie

    Le workflow termine son automatisation et livre le résultat à la destination configurée.

Détails des nœuds (23)

HT

HTTP Request

httpRequest

#1
CO

Code

code

#2

Comment importer ce workflow

  1. 1Cliquez sur le bouton Télécharger JSON à droite pour enregistrer le fichier du workflow.
  2. 2Ouvrez votre instance n8n. Accédez à Workflows → Nouveau → Importer depuis un fichier.
  3. 3Sélectionnez le fichier sync-fizzy-cards-with-basecamp-todos-in-real-time téléchargé et cliquez sur Importer.
  4. 4Configurez les identifiants pour chaque nœud de service (clés API, OAuth, etc.).
  5. 5Cliquez sur Tester le workflow pour vérifier que tout fonctionne, puis activez-le.

Ou collez directement dans n8n → Importer depuis JSON :

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

Intégrations

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

Obtenir ce workflow

Téléchargez et importez en un clic

Télécharger JSONVoir sur n8n.io
Nœuds23
Complexitéhigh
Déclencheurwebhook

Créé par

David Webb Espiritu

David Webb Espiritu

@davidwebbespiritu

Tags

codehttprequestifmergen8n-nodes-basecamp.basecamp4webhook

Nouveau sur n8n ?

n8n est un outil d'automatisation de workflows gratuit et open-source. Hébergez-le vous-même ou utilisez la version cloud.

Obtenir n8n gratuitement →