OCNORA

Gumroad

Business appsBearer tokencredential probe

List and refund Gumroad sales, read the seller's products, and register the webhooks that push each new sale, refund or dispute into a workflow.

OCNORA ships 8 typed Gumroad operations and 1 trigger. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.gumroad.com/v2 through the HTTP node with the same credential.

Triggers 1

  • Event
    Start a run when Gumroad reports a sale, refund, dispute or subscription change.
    trigger.gumroad_event

Operations 8

  • Subscribe to Sale Events
    Register a webhook so Gumroad POSTs every new sale — or refund, dispute or subscription change — to a URL of yours as it happens.
    gumroad.create_resource_subscription
  • Delete Event Subscription
    Stop Gumroad sending an event to a webhook, by the subscription's id.
    gumroad.delete_resource_subscription
  • Get Sale
    Fetch one sale by its Gumroad id, with the buyer and product detail.
    gumroad.get_sale
  • List Products
    List a page of the seller's visible products, newest first, which is how an author finds the product id the sales filters take.
    gumroad.list_products
  • List Event Subscriptions
    List the webhooks registered for one Gumroad event on this account.
    gumroad.list_resource_subscriptions
  • List Sales
    List a page of successful sales, newest first, optionally narrowed to a date range, a product, a buyer, an order or a licence key.
    gumroad.list_sales
  • Mark Sale as Shipped
    Mark a physical product's sale as shipped, which emails the buyer, and optionally record the carrier's tracking URL against it.
    gumroad.mark_sale_as_shipped
  • Refund Sale
    Refund a sale in full, or in part by naming an amount in the sale's own listed currency. Gumroad refuses a sale that is already refunded.
    gumroad.refund_sale

Run your first Gumroad workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.