Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 1.01 KB

README.md

File metadata and controls

21 lines (14 loc) · 1.01 KB

Freemius PHP Webhook Example

Super-simple webhook example that does two things:

  1. Subscribes new plugin users to MailChimp's mailing list.
  2. Send post-uninstall custom emails to users based on different uninstall reasons.

Requirements

Setup

Please read our documentation to learn how to set up a webhook listener from the Developer Dashboard.

Testing

During development on localhost, your webhook will not be accessible from the Internet. Therefore, testing will not automatically work.

  1. You can examine the webhook calls with tools like RequestBin.
  2. Or the recommended way is to use tunneling with services like ngrok. This way you can use your IDE and debugger.