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 pipes, cards, or other entities within Pipefy. Users can select a resource and an operation to execute specific actions via the Pipefy API.

Use Case Examples

  1. Automate the creation of new cards in a Pipefy pipe when a form is submitted.
  2. Retrieve and update pipe details based on external triggers.
  3. List all cards in a specific pipe for reporting purposes.

Output

JSON

  • data - The response data returned from the Pipefy API after executing the selected operation.

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 logged. These errors typically indicate issues with the query or mutation sent to the API, such as invalid parameters or permissions.
  • If a GraphQL error occurs, the node throws a NodeApiError with a status code 400 and the error message, helping users identify and fix the problem.

Links

Discussion