Pipefy icon

Pipefy

Integração com a API do Pipefy

Overview

This node integrates with the Pipefy API, allowing users to perform various operations on Pipefy resources. It is useful for automating workflows involving Pipefy, such as managing organizations, pipes, cards, and other entities within Pipefy. For example, users can retrieve, create, update, or delete data related to their Pipefy account directly from n8n workflows.

Use Case Examples

  1. Retrieve details of an organization in Pipefy.
  2. Create a new card in a specific pipe.
  3. Update information of a pipe or organization.

Output

JSON

  • data - The main data returned from the Pipefy API based on the selected resource and operation.

Dependencies

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

Troubleshooting

  • Common errors include GraphQL errors returned by 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 query or mutation being performed and ensure the Pipefy API is accessible and the user has the necessary permissions.

Links

Discussion