Export-ZammadKB

Free

by Daniel König (danielknng)individual

A PowerShell script to export Zammad Knowledge Base articles and attachments as Markdown files while maintaining the category structure.

Export-ZammadKB is a PowerShell script that utilizes the Zammad API to extract all articles and attachments from a Zammad Knowledge Base. The tool converts the HTML content of the articles into Markdown files and organizes them into a directory structure that exactly matches the category structure in Zammad. This is particularly useful for backups, migrations, or making documentation available offline.

Features

  • Markdown Conversion

    Converts Zammad Knowledge Base articles from HTML to Markdown format.

  • Attachment Export

    Downloads all attachments associated with the articles and saves them locally.

  • Structure Mirroring

    Creates a local folder structure that mirrors the Zammad KB category hierarchy.

Related packages