← Tools Reference

Gumroad

Gumroad integration (Finance, Marketing). Imported from open-connector.

API key7 toolshttps://api.gumroad.com/v2
GET
gumroad_get_current_user
Retrieve the authenticated Gumroad user.

/user

GET
gumroad_list_products
List products owned by the authenticated Gumroad user.

/products

GET
gumroad_get_product
Retrieve one Gumroad product by ID.

/products/{productId}

1 parameter
ParamTypeRequiredDescription
productIdstringrequiredGumroad resource ID.
GET
gumroad_list_sales
List successful Gumroad sales with optional filters and pagination.

/sales

8 parameters
ParamTypeRequiredDescription
afterstringoptionalDate filter in YYYY-MM-DD format.
beforestringoptionalDate filter in YYYY-MM-DD format.
productIdstringoptionalGumroad resource ID.
emailstringoptionalBuyer email address to filter sales by.
orderIdstringoptionalGumroad order ID to filter sales by.
namestringoptionalCustomer name to filter sales by.
licenseKeystringoptionalLicense key to filter sales by.
pageKeystringoptionalPage key returned by a previous list_sales response.
GET
gumroad_get_sale
Retrieve one Gumroad sale by ID.

/sales/{saleId}

1 parameter
ParamTypeRequiredDescription
saleIdstringrequiredGumroad resource ID.
GET
gumroad_list_product_subscribers
List active subscribers for one Gumroad product.

/products/{productId}/subscribers

4 parameters
ParamTypeRequiredDescription
productIdstringrequiredGumroad resource ID.
emailstringoptionalSubscriber email address to filter by.
paginatedbooleanoptionalWhether Gumroad should limit the response to a paginated page.
pageKeystringoptionalPage key returned by a previous subscriber list response.
POST
gumroad_resend_sale_receipt
Resend a Gumroad sale receipt to the buyer.

/sales/{saleId}/resend_receipt

1 parameter
ParamTypeRequiredDescription
saleIdstringrequiredGumroad resource ID.