Gumroad Trigger

Trigger your workflow on Gumroad sales or subscription events. Requires Secure Vault.

Written By pvdyck

Last updated About 3 hours ago

Gumroad Trigger

Starts your workflow when an event occurs on Gumroad, the online platform for creators to sell products directly to consumers.

Authentication

Requires a Secure Vault-authenticated Gumroad connection. Configure this in the Credentials section when publishing your agent.

Supported Events

EventDescription
SaleTriggers when a new purchase is made
RefundTriggers when a purchase is refunded
CancellationTriggers when a subscription is cancelled
DisputeTriggers when a buyer opens a payment dispute
Dispute WonTriggers when a dispute is resolved in your favor

Parameters

ParameterDescription
ResourceSelect which event type to listen for

Tips

  • Use the Sale event to automate post-purchase workflows like sending welcome emails, granting access, or updating a CRM.
  • Combine the Cancellation event with an IF node to handle different cancellation reasons.
  • Gumroad sends the full transaction details in the webhook payload, including product info, buyer email, and purchase price.

Limitations

  • Secure Vault authentication required
  • Webhook-based; the workflow must be active to receive events

Related