Gumroad icon

Gumroad

Digital commerce platform for products, sales, customers, licenses, subscriptions, and creator payouts.

Tracks creator commerce activity around products, sales, customers, cancellations, refunds, and subscriptions.

Example Use Cases

These are the Gumroad actions Snow can use when building apps with you. Connecting an account does not make Snow run these on its own.

Get Resource Subscriptions

Tool to show all active subscriptions of the user for the input resource. Use when you need to review existing webhooks before adding a new one.

Get Sales

Tool to retrieve all successful sales by the authenticated user; excludes failed charges, abandoned carts, and page views — conversion rates cannot be derived from this data. Use when you need to list your Gumroad sales, optionally filtering by email, date range, product, or pagination. For high sales volumes, combine product_id and/or after/before filters with page to avoid large unfiltered result sets.

Get User

Tool to retrieve the authenticated user's data. Use when you need the current user's profile details after authentication.

List Products

Tool to retrieve all products for the authenticated Gumroad account. Use when you need product IDs for downstream operations like license verification, subscriber retrieval, or offer-code management.

Subscribe to Resource

Tool to subscribe to a resource. Use when you need to receive real-time event webhooks after creating your webhook endpoint.

Unsubscribe From Resource

Tool to unsubscribe from a resource. Use after verifying the subscription ID exists to remove webhook.

Verify License

Tool to verify a Gumroad license key against a specific product. Use when you need to check if a license key is valid, check usage count, or verify membership entitlement for software licensing or gated content.