-
Notifications
You must be signed in to change notification settings - Fork 52
Add n8n custom node for Codegen API integration #1096
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: develop
Are you sure you want to change the base?
Conversation
I see a check failed - I'm on it! 🫡 |
I see a check failed - I'm on it! 🫡 |
I see a check failed - I'm on it! 🫡 |
✅ Fixed failing check in this commit. The issue was that the GitHub Actions workflow was checking for write permissions for the user triggering the workflow, but the 💻 View my work • React 👍 or 👎 |
✅ I've fixed the failing pre-commit check in PR #1096. The issue was related to timezone-aware datetime handling in
These changes ensure all datetime operations are properly timezone-aware, which was required by the ruff linter. The fix has been pushed to the PR branch. You can view the commit here: b2182ae 💻 View my work • React 👍 or 👎 |
✅ Fixed the failing check in this commit. The issue was with the GitHub Actions workflow syntax for conditional needs statements. I've updated the syntax to use 💻 View my work • React 👍 or 👎 |
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 🚀 New features to boost your workflow:
|
This PR adds a custom n8n node for Codegen API integration as requested in the community post.
Features
The n8n node provides the following functionality:
Implementation Details
How to Use
Testing
The node has been structured according to n8n's node development guidelines. It needs to be tested in an actual n8n environment to verify functionality.
Next Steps
💻 View my work • About Codegen