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

feat(Monday.com Node): Check for error response #10654

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

feelgood-interface
Copy link
Contributor

@feelgood-interface feelgood-interface commented Sep 4, 2024

Summary

Currently the response is not checked for any error. responseData will have no data property and therefore only an Internal error will be thrown (e.g. https://github.com/n8n-io/n8n/blob/e5c7534ebae0d7f42749f76270ca00eb49964d12/packages/nodes-base/nodes/MondayCom/MondayCom.node.ts#L541C6-L575C7).

The response is now checked for any errors.

Related Linear tickets, Github issues, and Community forum posts

monday.com has 3 different error formats:
https://developer.monday.com/api-reference/docs/errors

@n8n-assistant n8n-assistant bot added community Authored by a community member node/improvement New feature or request labels Sep 4, 2024
@Joffcom
Copy link
Member

Joffcom commented Sep 4, 2024

Hey @feelgood-interface,

Thanks for the PR, We have created "GHC-201" as the internal reference to get this reviewed.

One of us will be in touch if there are any changes needed, in most cases this is normally within a couple of weeks but it depends on the current workload of the team.

@n8n-assistant n8n-assistant bot added the in linear Issue or PR has been created in Linear for internal review label Sep 4, 2024
@feelgood-interface feelgood-interface changed the title feat(MondayCom Node): Check for error response feat(Monday.com Node): Check for error response Sep 4, 2024
@CLAassistant
Copy link

CLAassistant commented Sep 11, 2024

CLA assistant check
All committers have signed the CLA.

@feelgood-interface
Copy link
Contributor Author

Sorry, I accidentally closed this issue when I rebased the upstream branch.

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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants