
Gumball – Gumroad Integration
Gumraod offers multiple ways to send webhooks. One way is to use Gumroad “Ping” (simple), another way is to use Gumroad “API Resource Subscription” (complex).
Using Gumroad “Ping”
Gumroad Ping is a simple alert that notifies you in real-time whenever one of your products is purchased. The process to set this up is super fast and simple:
- Log into your Gumroad account
- Go to “Settings > Advanced” (https://app.gumroad.com/settings/advanced)
- In the “Ping” field, enter your Gumball webhook URL
- Done! Every time you make a new sale on Gumroad it’ll turn on your Gumball
Using Gumroad “API Resource Subscription”
The Gumroad OAuth API is based around REST. Gumroad returns JSON for every request, including errors.
To start using the API, you’ll need to register your OAuth application. Note: The Verify License API endpoint does not require an OAuth application.
After creating an application, you’ll be given a unique application id and application secret.
From there you’ll be able to send a POST request to your unique Gumball webhook URL for the events that you want.