Sync Fizzy cards with Basecamp todos in real time
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 - Fizzy sends card events to n8n Match projects - Finds corresponding Basecamp project by name Sync todolists - Maps Fizzy tags to Basecamp todolists (auto-creates if needed) Update todos - Creates, updates, or completes todos based on card actions Sync assignees - Matches team members by email address
Setup steps
-
Install Basecamp community node npm install n8n-nodes-basecamp Or install via n8n Community Nodes: https://www.npmjs.com/package/n8n-nodes-basecamp
-
Configure Basecamp credentials Create integration at: https://launchpad.37signals.com/integrations Copy Client ID and Client Secret Add credentials in n8n (Settings > Credentials > Basecamp OAuth2)
-
Set your account ID Find your Basecamp Account ID in your Basecamp URL Update the "Set Basecamp account ID" node in the workflow
-
Prepare your Basecamp project Create a project (name must match your Fizzy board name exactly) Enable the Todos tool in project settings Optionally create todolists matching your Fizzy tag names
-
Configure Fizzy webhook Open your Fizzy board Click the globe icon for webhook settings Paste the webhook URL from the "Receive Fizzy webhook" node Enable all event types Note: Each board requires its own webhook
Supported Fizzy events
card_published → Creates new todo card_assigned / card_unassigned → Updates todo assignees card_closed → Marks todo complete card_reopened / card_postponed → Marks todo incomplete
Features
✅ Real-time bidirectional sync ✅ Automatic todolist creation from tags ✅ Assignee matching by email ✅ Maintains Fizzy card ID for tracking ✅ Handles both active and completed todos ✅ Pagination support for large todolists
Tips
Use consistent naming between Fizzy boards and Basecamp projects Ensure team members use the same email in both platforms The first Fizzy tag determines the Basecamp todolist The workflow preserves a Fizzy ID in todo descriptions for tracking
Related Templates
AI Email Classifier & Auto-Delete for Gmail (SPAM/OFFER Cleaner)
This workflow is designed for freelancers, solopreneurs, and business owners who receive a high volume of irrelevant mes...
Automatic News Summarization & Email Digest with GPT-4, NewsAPI and Gmail
📰 AI News Digest Agent: Auto News Summarizer & Email Newsletter Create an intelligent news curation system that automat...
Generate Food Recipes from Gmail & Form Requests with Ollama & Llama 3.2
This n8n template demonstrates how to create an intelligent food recipe assistant that accepts requests via Gmail and we...
🔒 Please log in to import templates to n8n and favorite templates
Workflow Visualization
Loading...
Preparing workflow renderer
Comments (0)
Login to post comments