Skip to content
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

fix(Calendly Trigger Node): Fix issue with webhook url matching #10378

Merged

Conversation

thewizarodofoz
Copy link
Contributor

Summary

The webhook matching logic in checkExists was wrong - so it was matching existing Calendly webhooks to new workflows.

Note: the same bug probably exists in the v1 implementation of Calendly node (for the authenticationType === 'apiKey' variant). I'm not fixing that because I don't have a way to manually test it (Calendly no longer allows generating the v1 api key, it only generates the new access tokens).

Related Linear tickets, Github issues, and Community forum posts

Review / Merge checklist

  • PR title and summary are descriptive. (conventions)
  • Docs updated or follow-up ticket created.
  • Tests included.
  • PR Labeled with release/backport (if the PR is an urgent fix that needs to be backported)

@Joffcom Joffcom changed the title fix(Calendly Trigger Node): correct webhook matching fix(Calendly Trigger Node): Fix issue with webhook url matching Aug 13, 2024
@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request in linear Issue or PR has been created in Linear for internal review labels Aug 13, 2024
@Joffcom Joffcom merged commit 09c3a8b into n8n-io:master Aug 21, 2024
9 of 10 checks passed
@github-actions github-actions bot mentioned this pull request Aug 21, 2024
@janober
Copy link
Member

janober commented Aug 21, 2024

Got released with n8n@1.56.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community Authored by a community member in linear Issue or PR has been created in Linear for internal review node/improvement New feature or request Released
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants