eavz
Gumroad

Gumroad

Platform for selling digital products and memberships

API KeyCommerce
5 actions
2 triggers

Actions

Name
list_products

List all products in your Gumroad account

get_product

Get details for a specific product

list_sales

List sales from your Gumroad account

get_subscriber

Get details for a specific subscriber

custom_api_call

Make a custom API call to the Gumroad API

Triggers

Name
new_sale

Triggers when a new sale is made

new_subscriber

Triggers when a new subscriber is added

Quick Start

TypeScript
import { WeavzClient } from '@weavz/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute({
  integrationName: 'gumroad',
  actionName: 'list_products',
  input: { /* ... */ },
  connectionId: 'conn_id',
  workspaceId: 'ws_id',
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Gumroad to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.

What actions does Gumroad support?

Gumroad supports 5 actions including List Products, Get Product, List Sales, Get Subscriber, Custom API Call.

Can I use Gumroad with AI agents?

Yes. Add Gumroad to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.

What authentication does Gumroad use?

Gumroad uses API Key. Weavz handles token management, refresh, and secure credential storage automatically.

How much does the Gumroad integration cost?

The Gumroad integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.

What triggers does Gumroad support?

Gumroad supports 2 triggers including New Sale, New Subscriber.

Connect Gumroad in 2 minutes

Get 1,000 free actions every month. No credit card required.