Open Issues Need Help
View All on GitHubAI 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.
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.
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.