Actions4
- Webhook Actions
- Organization Actions
- Pipe Actions
- Card Actions
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
- Automate fetching organization details from Pipefy.
- Create or update Pipefy cards based on external triggers.
- 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
- Pipefy API Documentation - Official documentation for the Pipefy GraphQL API used by this node.