NAiOS IconNAiOS Logo
Volver al catálogo

Gumroad

gumroad

Gumroad simplifies selling digital goods, physical products, and memberships by offering a streamlined checkout, marketing tools, and direct payout options

Acciones
5
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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_namestringObligatorioenum

    Name of the resource to list subscriptions for. One of the eight supported event types.

    salerefunddisputedispute_woncancellationsubscription_updatedsubscription_endedsubscription_restarted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get SalesGUMROAD_GET_SALESAcción

Tool 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

  • pageinteger

    Page number for paginated results; minimum is 1.

  • afterstring

    Only include sales after this ISO8601 date/time (e.g., '2023-01-01T00:00:00Z').

  • emailstring

    Filter sales by customer email address.

  • beforestring

    Only include sales before this ISO8601 date/time.

  • product_idstring

    Filter sales by a specific product ID.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get UserGUMROAD_GET_USERAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Subscribe to ResourceGUMROAD_SUBSCRIBE_TO_RESOURCEAcción

Tool 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_urlstringObligatoriouri

    Your endpoint URL that will receive HTTP POST notifications.

  • resource_namestringObligatorioenum

    One of the eight supported Gumroad resources to subscribe to.

    salerefunddisputedispute_woncancellationsubscription_updatedsubscription_endedsubscription_restarted

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Unsubscribe From ResourceGUMROAD_UNSUBSCRIBE_FROM_RESOURCEAcción

Tool to unsubscribe from a resource. use after verifying the subscription id exists to remove webhook.

Parámetros de entrada

  • resource_subscription_idstringObligatorio

    Unique ID of the resource subscription to delete

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not