Skip to content

upnorthmedia/helpscout-email-exporter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

helpscout-email-exporter

Export the body of every thread & conversation to a CSV file.

Problem

There is no feature to export conversation data directly from Helpscout or easily via their API.

Use Case

  • πŸ€– Feeding ALL customer support instances to an AI Chatbot
  • πŸ” Querying conversation data locally
  • πŸ“¦ Migrating data to a new support platform

Getting Started

  • Install Python3

  • Add the following package pip install python-helpscout-v2

  • Open export.py and on line 6 add your credentials from a created Helpscout APP:

    hs = HelpScout(app_id='{YOUR_APP_ID}', app_secret='{YOUR_APP_SECRET}')
    
  • In the terminal run python3 export.py

  • CSV file will be generated within the folder

About

Export the body of every thread & conversation to a CSV file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages