Gumroad
gumroadGumroad simplifies selling digital goods, physical products, and memberships by offering a streamlined checkout, marketing tools, and direct payout options
Acciones disponibles (5)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get Resource SubscriptionsGUMROAD_GET_RESOURCE_SUBSCRIPTIONSAcciónTool 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_SUBSCRIPTIONSAcciónTool 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.
Parámetros de entrada
resource_namestringObligatorioenumName of the resource to list subscriptions for. One of the eight supported event types.
salerefunddisputedispute_woncancellationsubscription_updatedsubscription_endedsubscription_restarted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get SalesGUMROAD_GET_SALESAcciónTool to retrieve all successful sales by the authenticated user. use when you need to list your gumroad sales, optionally filtering by email, date range, product, or pagination.
GUMROAD_GET_SALESAcciónTool to retrieve all successful sales by the authenticated user. use when you need to list your gumroad sales, optionally filtering by email, date range, product, or pagination.
Parámetros de entrada
pageintegerPage number for paginated results; minimum is 1.
afterstringOnly include sales after this ISO8601 date/time (e.g., '2023-01-01T00:00:00Z').
emailstringFilter sales by customer email address.
beforestringOnly include sales before this ISO8601 date/time.
product_idstringFilter sales by a specific product ID.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get UserGUMROAD_GET_USERAcciónTool to retrieve the authenticated user's data. use when you need the current user's profile details after authentication.
GUMROAD_GET_USERAcciónTool to retrieve the authenticated user's data. use when you need the current user's profile details after authentication.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Subscribe to ResourceGUMROAD_SUBSCRIBE_TO_RESOURCEAcciónTool to subscribe to a resource. use when you need to receive real-time event webhooks after creating your webhook endpoint.
GUMROAD_SUBSCRIBE_TO_RESOURCEAcciónTool to subscribe to a resource. use when you need to receive real-time event webhooks after creating your webhook endpoint.
Parámetros de entrada
post_urlstringObligatoriouriYour endpoint URL that will receive HTTP POST notifications.
resource_namestringObligatorioenumOne of the eight supported Gumroad resources to subscribe to.
salerefunddisputedispute_woncancellationsubscription_updatedsubscription_endedsubscription_restarted
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Unsubscribe From ResourceGUMROAD_UNSUBSCRIBE_FROM_RESOURCEAcciónTool to unsubscribe from a resource. use after verifying the subscription id exists to remove webhook.
GUMROAD_UNSUBSCRIBE_FROM_RESOURCEAcciónTool to unsubscribe from a resource. use after verifying the subscription id exists to remove webhook.
Parámetros de entrada
resource_subscription_idstringObligatorioUnique ID of the resource subscription to delete
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not