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(Zammad Node): Make it possible for Zammad to lookup and create users during ticket creation #9924

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

Conversation

envy
Copy link
Contributor

@envy envy commented Jul 3, 2024

Summary

During ticket creation, Zammad normally requires that the associated customer already exists in Zammad.
Zammad also allows "guessing" the customer which will create the customer at the time of ticket creation, saving an API roundtrip and logic on the caller side. This PR implements a switch to enable this guessing mode.

grafik

Related Linear tickets, Github issues, and Community forum posts

Could not find any

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)
@envy
Copy link
Contributor Author

envy commented Jul 3, 2024

The related Zammad documentation is here.
The name "Guess Customer" for the switch is not really great but I also could not think of anything else.

I'm also unsure if the node version needs to be increased. The default for the switch is off which matches current behaviour, so maybe not?

@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 Jul 3, 2024
@envy
Copy link
Contributor Author

envy commented Jul 16, 2024

Hi, would it be possible to get some kind of feedback for this?

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
1 participant