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 when a trigger event occurs.
  2. Retrieve details of a specific pipe or card for processing or reporting.
  3. Update card information based on external data changes.

Output

JSON

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

Dependencies

  • Pipefy API access with an API key credential

Troubleshooting

  • Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400.
  • Ensure that the Pipefy API credentials are correctly configured and have the necessary permissions.
  • Check network connectivity and API endpoint availability if requests fail.

Links

Discussion