Gumroad

Gumroad simplifies selling digital goods, physical products, and memberships by offering a streamlined checkout, marketing tools, and direct payout options

7 actions Integration catalog
Request access
Connect Gumroad once you're in Boring.
01 · WHAT THE AGENT CAN DO

Actions

Every capability is a discrete, logged action the agent calls by name — scoped to what you authorize and recorded in the run trace.

Get Resource SubscriptionsGUMROAD_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 SalesGUMROAD_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 UserGUMROAD_GET_USER
Tool to retrieve the authenticated user's data. Use when you need the current user's profile details after authentication.
List ProductsGUMROAD_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 ResourceGUMROAD_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 ResourceGUMROAD_UNSUBSCRIBE_FROM_RESOURCE
Tool to unsubscribe from a resource. Use after verifying the subscription ID exists to remove webhook.
Verify LicenseGUMROAD_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.