← All Skills
G

Payments & finance

Gumroad

Read sales, products, and customer data.

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

Triggers0

Things that can wake up your Gumroad coworker.

No triggers published for Gumroad yet — but you can still run it on a schedule or from a chat.

Actions7

Things your coworker can do in Gumroad.

  • 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_RESOURCE_SUBSCRIPTIONS
  • 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_SALES
  • Get User

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

    GUMROAD_GET_USER
  • 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_LIST_PRODUCTS
  • 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_SUBSCRIBE_TO_RESOURCE
  • Unsubscribe From Resource

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

    GUMROAD_UNSUBSCRIBE_FROM_RESOURCE
  • 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.

    GUMROAD_VERIFY_LICENSE