Skip to content

Stragis/zendesk-macro-backup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

zendesk-macro-backup

A Python script for backing up Zendesk macros.

To use:

  1. Download make_macro_backup.py and save to a folder.
  2. Replace these placeholder values in make_macro_backup.py with the correct values:
    • {your_zendesk_email}
    • {your_zendesk_password}
    • {your_zendesk_url}
  3. Run python3 make_macro_backup.py.
  4. CSV log stored in _log.csv with columns: 'File', 'Title', 'Date Created', and 'Date Updated'.
  5. JSON backup of individual macros stored in /date/locale/{filename}.json.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages