Active
This application does not need additional settings. So you can make connection only by using your login credentials or by following the instructions below .
Redirect url
https://integrator.boost.space/oauth/cb/gumroad

Gumroad

With Gumroad modules in Boost.space Integrator, you can watch for new sales and subscriptions, list and retrieve products and sales, and make API calls.

To get started with Gumroad, create an account at gumroad.com.

[Note] Note

The module dialog fields that are displayed in bold (in the Boost.space Integrator scenario, not in this documentation article) are mandatory.

Connecting Gumroad to Boost.space Integrator

  1. Go to your Boost.space Integrator scenario and select the Gumroad module you want to use.

  2. Under Connection, click Add.

  3. Give your new connection a name.

  4. Click Save.

  5. A prompt from gumroad.com appears. Log in to your Gumroad account.

  6. Click Authorize.

You have successfully established the connection.

Products

List Products

Returns a list of products.

Connection

Establish a connection to your Gumroad account.

Limit

Enter the maximum number of products Boost.space Integrator returns during one scenario execution cycle.

Get a Product

Returns the information of a specified product.

Connection

Establish a connection to your Gumroad account.

Product ID

Enter or select the ID of the product you want to retrieve.

Sales

Watch New Sales

Triggers when a product is sold.

Webhook

Select a webhook or add a new one.

[Note] Note

See Setting up Gumroad webhooks to add the webhook to your Gumroad account.

List Sales

Returns a list of products.

Connection

Establish a connection to your Gumroad account.

Before

Only return sales after the date you enter. See the list of supported date and time formats.

After

Only return sales before the date you enter. See the list of supported date and time formats.

Email

Enter the email address you want to filter sales by.

Limit

Enter the maximum number of sales Boost.space Integrator returns during one scenario execution cycle.

Get a Sale

Returns the information of a specified sale.

Connection

Establish a connection to your Gumroad account.

Sale ID

Enter or select the ID of the sale you want to retrieve.

Subscriptions

Watch New Cancellations

Triggers when a subscription is canceled.

Webhook

Select a webhook or add a new one.

[Note] Note

See Setting up Gumroad webhooks to add the webhook to your Gumroad account.

List Subscribers

Returns a list of subscribers.

Connection

Establish a connection to your Gumroad account.

Product ID

Enter the ID of the product you want to list subscribers from.

Limit

Enter the maximum number of subscribers Boost.space Integrator returns during one scenario execution cycle.

Get a Subscriber

Returns the information of a specified subscriber.

Connection

Establish a connection to your Gumroad account.

Product ID

Enter or select the ID of the product you want to retrieve the subscriber from.

Subscriber ID

Enter or select the ID of the subscriber you want to retrieve.

Other

Create a Product Category

Creates a new variant category on a product.

Connection

Establish a connection to your Gumroad account.

Product ID

Enter or select the ID of the product you want to create a category for.

Title

Enter a title for your new category.

Make an API Call

Performs an arbitrary authorized API call.

Connection

Establish a connection to your Gumroad account.

URL

Enter a path relative to https://api.gumroad.com. For example: /v2/user

For the list of available endpoints, refer to the Gumroad API documentation.

Method

Select the HTTP method you want to use:

GET to retrieve information for an entry.

POST to create a new entry.

PUT to update/replace an existing entry.

PATCH to make a partial entry update.

DELETE to delete an entry.

Headers

Enter the desired request headers. You don’t have to add authorization headers; we already did that for you.

Query String

Enter the request query string.

Body

Enter the body content for your API call.

Example of use – List users

The following API call returns a list of users from your Gumroad account.

URL: /v2/user

Method: GET

gumroad_1.png

Matches of the search can be found in the module’s Output under Bundle > Body > user. Our example returned 1 user:

gumroad_2.png

Setting up Gumroad webhooks

  1. In your Boost.space Integrator scenario, select any Gumroad Watch module.

  2. Click Add.

  3. Give your new webhook a name, then select the connection you want to use.

  4. Click Save.

  5. Copy the webhook URL to your clipboard.

  6. Log in to your Gumroad account.

  7. Click Settings, then click Advanced.

    gumroad_3.png
  8. Paste the webhook URL in the Ping endpoint box.

  9. Click Update settings.

You have successfully set up the webhook.