Block 1 - Set Basecamp account ID
- Type / Role
- n8n-nodes-base.code - code
- Config choices
- Version 2
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. Ca...
n8n-nodes-base.code, n8n-nodes-base.webhook, n8n-nodes-base.httprequest, n8n-nodes-base.merge, n8n-nodes-basecamp.basecamp4, n8n-nodes-base.if, n8n-nodes-base.stickynote
This workflow is cataloged by N8N Workflows and links back to its original n8n.io source page by David Webb Espiritu.
Original n8n.io sourceAutomatically 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.
1. Install Basecamp community node
npm install n8n-nodes-basecamp
Or install via n8n Community Nodes: https://www.npmjs.com/package/n8n-nodes-basecamp
2. Configure Basecamp credentials
3. Set your account ID
4. Prepare your Basecamp project
5. Configure Fizzy webhook
card_published → Creates new todocard_assigned / card_unassigned → Updates todo assigneescard_closed → Marks todo completecard_reopened / card_postponed → Marks todo incomplete✅ 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
This catalog entry is organized from the workflow JSON. The node-level section below shows the executable blocks available for review before importing the template.
Showing the first 24 of 29 workflow blocks. Download the JSON for the full node graph.
| Workflow | Sync Fizzy cards with Basecamp todos in real time |
|---|---|
| Complexity | advanced |
| Nodes | 29 |
| Categories | Project Management |
| Author | David Webb Espiritu |
| Published | 13 Feb 2026 |
Use the JSON export at /data/workflows/13388/13388.json as the source template for this automation.
Open n8n, import the downloaded JSON, and review each node before activating the workflow.
Replace placeholder credentials, API keys, webhook URLs, account IDs, and environment-specific values with your own settings.
Run the workflow manually or in a staging workspace, inspect node output, and confirm downstream systems receive the expected data.
Enable the workflow only after testing, then monitor executions, errors, and rate limits during the first production runs.
Review imported nodes carefully before activation. This catalog entry is intended to help you inspect the workflow structure, understand required services, and find related templates faster.
Node names, credentials, schedules, webhook paths, and external service limits may need adjustment for your workspace.
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. Ca...
Review the workflow JSON, configure any required credentials in n8n, and test the automation in a safe workspace before using it in production.
Yes. Use the block-by-block analysis and the downloadable JSON to inspect each node, then adjust credentials, prompts, schedules, filters, or destinations for your Project Management use case.