-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
feat(HighLevel Node): Api v2 support, new node version #9554
feat(HighLevel Node): Api v2 support, new node version #9554
Conversation
…enterprise-request-support-for-highlevel-api-v2
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
…enterprise-request-support-for-highlevel-api-v2-node-update
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Work great 🚀, some minor code comments
packages/cli/src/constants.ts
Outdated
@@ -149,3 +149,10 @@ export const TEST_WEBHOOK_TIMEOUT = 2 * TIME.MINUTE; | |||
export const TEST_WEBHOOK_TIMEOUT_BUFFER = 30 * TIME.SECOND; | |||
|
|||
export const N8N_DOCS_URL = 'https://docs.n8n.io'; | |||
|
|||
export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDDITABLE_SCOPE = [ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
typo
export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDDITABLE_SCOPE = [ | |
export const GENERIC_OAUTH2_CREDENTIALS_WITH_EDITABLE_SCOPE = [ |
…enterprise-request-support-for-highlevel-api-v2-node-update
Passing run #5256 ↗︎
Details:
Review all test suite changes for PR #9554 ↗︎ |
✅ All Cypress E2E specs passed |
Got released with |
This is not available in the docker release for n8n@1.46.0 nor n8n@1.45.0 |
Summary
update to support api v2 and OAuth2
Related tickets and issues
https://linear.app/n8n/issue/NODE-783/enterprise-request-support-for-highlevel-api-v2