Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1 KB

README.md

File metadata and controls

32 lines (23 loc) · 1 KB

HelpScout - Easy Digital Downloads integration

This is the server component you need for your Easy Digital Downloads - HelpScout integration. Issues as well as pull requests are warmly welcomed.

Current version: 0.1

Install

  1. Download the zip file and unzip.
  2. Upload the helpscout-edd folder to the root folder of your WordPress install.
  3. Copy settings-example.php to settings.php and make sure you define a secret key.

Create your HelpScout app

  1. Go to the HelpScout custom app interface.
  2. Give it an App Name and set the Content Type to Dynamic Content.
  3. Give the full URL to the index.php file in your HelpScout dir.
  4. Enter the secret key you used in settings.php above.
  5. Check the mailboxes you want the app to show up in.
  6. Hit Save. You can now test your app.

Changelog

0.1

  • Initial version.