Pipefy icon

Pipefy

Integração com a API do Pipefy

Overview

This node integrates with the Pipefy API to perform various operations based on the selected resource and operation. It is useful for automating workflows involving Pipefy, such as managing cards, pipes, or other Pipefy entities. For example, users can automate the creation, update, or retrieval of Pipefy cards within their n8n workflows.

Use Case Examples

  1. Automate the creation of a Pipefy card when a new task is added in another system.
  2. Retrieve details of a specific Pipefy card to use in subsequent workflow steps.

Dependencies

  • Pipefy API access with an API key credential

Troubleshooting

  • Common issues include GraphQL errors returned from the Pipefy API, which are caught and logged by the node. These errors typically indicate problems with the API request, such as invalid parameters or authentication issues.
  • If a GraphQL error occurs, the node throws a NodeApiError with a status code 400 and the error message from the API. Users should verify their API credentials and the correctness of input parameters to resolve such errors.

Discussion