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 organizations, pipes, cards, and other Pipefy entities. For example, users can automate the retrieval or modification of organization data within Pipefy.

Use Case Examples

  1. Automate fetching organization details from Pipefy.
  2. Create or update Pipefy cards based on external triggers.
  3. Manage Pipefy pipes and phases programmatically.

Output

JSON

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

Dependencies

  • Pipefy API
  • An API key credential for Pipefy authentication

Troubleshooting

  • Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400.
  • Ensure the Pipefy API credentials are correctly configured and have the necessary permissions.
  • Check that the selected resource and operation are supported and correctly spelled.

Links

Discussion