Actions19
- Atualizar Webhook
- Consultar Afiliado
- Consultar Estatísticas De Vendas
- Consultar Produto
- Consultar Saldo Específico
- Consultar Saque
- Consultar Venda
- Consultar Webhook
- Criar Webhook
- Deletar Webhook
- Editar Afiliado
- Listar Afiliados
- Listar Participantes
- Listar Produtos
- Listar Saques
- Listar Vendas
- Listar Webhooks
- Realizar Saque
- Reembolsar Venda
Overview
This node integrates with the Kiwify API to perform various operations related to account management, products, sales, affiliates, payouts, participants, and webhooks. Specifically, the "Consultar Webhook" operation allows users to retrieve detailed information about a specific webhook by its ID.
Common scenarios for this node include:
- Managing e-commerce or digital product platforms using Kiwify.
- Automating retrieval and updates of sales, affiliate data, and payouts.
- Creating, updating, consulting, or deleting webhooks to handle event notifications.
- Fetching detailed webhook configurations to verify or audit webhook setups.
Practical example:
- A user wants to check the configuration details of a particular webhook to ensure it is set up correctly to receive purchase notifications. Using the "Consultar Webhook" operation, they provide the webhook ID and get back all relevant details such as URL, triggers, and associated products.
Properties
| Name | Meaning |
|---|---|
| ID Do Webhook | The unique identifier of the webhook to be consulted, updated, or deleted. |
Output
The node outputs JSON data representing the response from the Kiwify API for the requested webhook. This typically includes details such as:
- Webhook ID
- Name of the webhook
- Destination URL
- Associated products (or "all" if applicable)
- Event triggers configured for the webhook
- Optional token used for webhook authentication
The output is structured as an array of JSON objects, each corresponding to an input item processed. There is no binary data output in this operation.
Dependencies
- Requires an API key credential for authenticating with the Kiwify API.
- Needs the Kiwify account ID to be specified in the credentials.
- The node makes HTTP requests to the Kiwify public API endpoints.
- No additional external dependencies beyond standard HTTP request capabilities.
Troubleshooting
- Invalid or missing webhook ID: If the provided webhook ID does not exist or is incorrect, the API will return an error. Verify the webhook ID before running the node.
- Authentication errors: Ensure that the API key credential and account ID are correctly configured and valid.
- Network issues: Connectivity problems can cause request failures; check network access to the Kiwify API endpoint.
- API rate limits: Excessive requests may lead to throttling; consider adding delays or handling retries.
- Error messages: The node throws errors with messages returned by the Kiwify API. Review these messages to identify issues such as unauthorized access, resource not found, or invalid parameters.
Links and References
- Kiwify API Documentation (official API docs for detailed endpoint info)
- n8n Documentation (for general usage of custom nodes and credentials)