Actions4
- Webhook Actions
- Organization Actions
- Pipe Actions
- Card 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 pipes, cards, or other entities within the Pipefy platform. For example, users can create, update, or retrieve data from Pipefy directly within their n8n workflows.
Use Case Examples
- Creating a new card in a Pipefy pipe when a form is submitted.
- Retrieving pipe details to use in subsequent workflow steps.
- Updating card information based on external triggers.
Output
JSON
data- The response 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 from 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 executed 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.