3 Open Issues Need Help Last updated: Jul 28, 2025

Open Issues Need Help

View All on GitHub
Delete projects formula about 1 month ago

AI Summary: Implement a new 'deleteProject' formula within a Coda pack that interacts with a self-hosted n8n instance via its API. This formula will use the DELETE HTTP method to remove projects identified by their ID.

Complexity: 3/5
enhancement good first issue

Template coda Pack for N8N self-hosted

TypeScript
CRUD Tag about 1 month ago

AI Summary: Implement Coda pack functionality for creating, deleting, and updating tags within a self-hosted n8n instance using its API. This involves creating Coda formulas for CRUD operations on n8n tags and implementing two-way synchronization for tag updates between the Coda table and the n8n instance.

Complexity: 4/5
enhancement good first issue

Template coda Pack for N8N self-hosted

TypeScript
CRUD User about 1 month ago

AI Summary: Implement Create and Delete User functionalities within a Coda pack that interacts with a self-hosted n8n instance via its API. This involves extending the existing pack to include API calls for user creation and deletion, and potentially updating a SynTable to reflect changes.

Complexity: 4/5
enhancement good first issue

Template coda Pack for N8N self-hosted

TypeScript