Hi,
I would like to use Zendesk with N8N.
I retrieve a file from my S3 and I send it to Zendesk on the upload route as :
https://subdomain.zendesk.com/api/v2/uploads.json?filename=testfile.pdf
In response I got a token but I don’t see how to use this token on create or update ticket.
In zendesk documentation I see I have to send as a parameter :
'{"ticket": {"comment": {"body": "Press play", "uploads": ["4bLLKSOU63CPqaIeOMXYyXzUh"]}}}'
but I don’t see how to send this token on n8n node
Is there a way to send the token with json parameter?
Here is my n8n workflow =>