A Python script for backing up Zendesk macros.
To use:
- Download make_macro_backup.py and save to a folder.
- Replace these placeholder values in make_macro_backup.py with the correct values:
{your_zendesk_email}{your_zendesk_password}{your_zendesk_url}
- Run
python3 make_macro_backup.py. - CSV log stored in
_log.csvwith columns: 'File', 'Title', 'Date Created', and 'Date Updated'. - JSON backup of individual macros stored in
/date/locale/{filename}.json.