Hey everyone!
I’m currently using Zammad 6.0.0 and I’m having difficulties in creating a ticket through api, because my ticket has a required tree-select object, and I have to fill it for the ticket to be created.
I don’t know exactly what format to use, and I’m getting this error:
ERROR: Your request is invalid or could not be processed by the service
Missing required value for field ‘origemproblema’!
I’ve tried to download the ticket and see the field format and use it in the api, but without success…
Here is excel field value:
Here is my try to use it with N8N (what is making the api requests):
Here is my object (single tree select) structure:
Question: What value do I use in api to correctly fill the ‘origemprolema’ field and successfully create the ticket?
Thanks!