I encountered this while creating a workflow using n8n and zammad API node.
Everything else in my workflow works fine but when the AI agent tries to create a user with an email address that the system already has, it receives a very unspecific response and gets confused.
Infos:
Used Zammad version: 6.5.1
Used Zammad installation type: docker-compose
Operating system: debian
Expected behavior:
API to return message: “user already exists”
Actual behavior:
API returns “Your request is invalid or could not be processed by the service”
Steps to reproduce the behavior:
Create a workflow in n8n and use the zammad API node to create a user with an already registered email address
That’s correct, unless I’m missing something or doing something wrong and shouldn’t be getting this message back. If so, please let me know.
Otherwise, yes, a more precise response would be much more useful.