# Gumroad AI integration on Definable

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

## What this connects

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

Vendor: https://gumroad.com

## Tools available

**7** tools available. First 7:

- `GUMROAD_GET_RESOURCE_SUBSCRIPTIONS` — 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.
- `GUMROAD_GET_SALES` — 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.
- `GUMROAD_GET_USER` — Get User — Tool to retrieve the authenticated user's data. Use when you need the current user's profile details after authentication.
- `GUMROAD_LIST_PRODUCTS` — 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.
- `GUMROAD_SUBSCRIBE_TO_RESOURCE` — Subscribe to Resource — Tool to subscribe to a resource. Use when you need to receive real-time event webhooks after creating your webhook endpoint.
- `GUMROAD_UNSUBSCRIBE_FROM_RESOURCE` — Unsubscribe From Resource — Tool to unsubscribe from a resource. Use after verifying the subscription ID exists to remove webhook.
- `GUMROAD_VERIFY_LICENSE` — 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.

## Auth

Auth schemes: `OAUTH2`. Managed by Definable: `OAUTH2` — no client credentials required from the user.

## How agents use Gumroad

Inside a Definable workflow, Gumroad is one of the tools the **Distributor specialist** can call. Example coordination patterns:

- **Researcher → Gumroad** — the Researcher (GPT-5.5) pulls context from Gumroad (records, threads, documents), synthesises findings, and briefs the rest of the team.
- **Writer → Distributor → Gumroad** — the Writer (Claude Opus 4.7) drafts copy in brand voice, the Verifier passes it, then the Distributor writes the result into Gumroad (create record, post message, draft email).
- **Designer / Engineer → Distributor → Gumroad** — the Designer ships an asset or the Engineer ships a code change, the Distributor delivers it via Gumroad (attach file, open PR comment, post status).

The Verifier checks every Gumroad call. On rate limit, schema drift, or auth refresh it self-heals and retries — the workflow completes without manual intervention.

## Categories

- ecommerce — https://definable.ai/apps/category/ecommerce/
- payment processing — https://definable.ai/apps/category/payment-processing/

## Related

- HTML page: https://definable.ai/apps/gumroad/
- Same category (ecommerce): https://definable.ai/apps/category/ecommerce/
- All integrations: https://definable.ai/apps/
- Workflow (multi-agent loop): https://definable.ai/workflow/
- Apps llms.txt index: https://definable.ai/llms-apps.txt
