Vor Kurzem aufgerufene Suchen
Keine vor kurzem aufgerufene Suchen
Guide: Attachments in Articles
Beantwortet
Gepostet 28. Feb. 2023
Hi all, putting this out there in case anyone has found a way of doing this.
Before I became manager of our knowledge base, there were a lot of PDF versions of our articles attached to the article. We would now like to remove these.
Has anyone found a way of identifying all their articles that have an attachment? Otherwise I'll have to manually check over 1500!
0
2
2 Kommentare
ZZ Graeme Carmichael
Gwyn
I do not believe there is an easy way to do this. While you can search for tickets with attachments, that does not apply to articles.
Even using the API to do this, you would first have to get all your article IDs then check each article to see if there is an attachment. If you have access to a developer, they could speed up the process for you. But it does not look easy using the standard tools.
0
Ruth Kusterer
This script loops over Zendesk Guide articles and prints article ID and its attachment names. If you want it to do something smarter than print, then look up other options here: Article Attachments API. Hope it works for you.
0