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

Use Case Examples

  1. Automate the creation of new cards in a Pipefy pipe.
  2. Retrieve information about a specific pipe or card.
  3. Update details of a card or pipe based on workflow triggers.

Output

JSON

  • result - The response data returned from the Pipefy API based on the executed operation

Dependencies

  • Requires Pipefy API credentials for authentication

Troubleshooting

  • Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400.
  • Ensure that valid Pipefy API credentials are provided to avoid authentication failures.
  • Check that the selected resource and operation are supported and correctly configured in the node properties.

Links

Discussion