Actions4
- Card Actions
- Pipe Actions
- Webhook Actions
- Organization Actions
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
- Retrieve details of an organization in Pipefy.
- Create a new card in a specific pipe.
- 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
- Pipefy API Documentation - Official documentation for the Pipefy GraphQL API used by this node.