ManDal
1
My goal is to display in a separate portal the tickets opened by the user and also display the content including attachments and integrated images.
The display of the tickets works via curl wonderfully only the images and other attachments I can not query, what must look like the url?
How do you do that?
Greetings
ManDal
You have two options:
You can use the API libary ( GitHub - zammad/zammad-api-client-php: PHP API client for Zammad Helpdesk/Support system ) which contains examples in its readme or you’re using the API documentation of Zammad which tells you which endpoints you have to talk to:
Ticket Endpoints — Zammad System Documentation documentation
Any way, you’ll have to fetch attachments additionally to the tickets.
system
Closed
3
This topic was automatically closed after 360 days. New replies are no longer allowed.