Actions
| Name | Description |
|---|---|
list_productsList all products in your Gumroad account | List all products in your Gumroad account |
get_productGet details for a specific product | Get details for a specific product |
list_salesList sales from your Gumroad account | List sales from your Gumroad account |
get_subscriberGet details for a specific subscriber | Get details for a specific subscriber |
custom_api_callMake a custom API call to the Gumroad API | Make a custom API call to the Gumroad API |
Triggers
| Name | Description |
|---|---|
new_saleTriggers when a new sale is made | Triggers when a new sale is made |
new_subscriberTriggers when a new subscriber is added | Triggers when a new subscriber is added |
Quick Start
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.