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

  • Requires an API key credential for authenticating with the Pipefy API.

Troubleshooting

  • Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400. Users should verify their API credentials and the correctness of the resource and operation parameters.
  • If the node throws a GraphQL error, check the API request parameters and ensure the Pipefy API is accessible.

Links

Discussion