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 pipes, cards, or other Pipefy entities. Users select a resource and an operation to execute specific actions within Pipefy.
Use Case Examples
- Automate the creation of new cards in a Pipefy pipe.
- Retrieve information about a specific pipe or card.
- Update details of a card or pipe based on workflow triggers.
Output
JSON
result- The response data returned from the Pipefy API based on the executed operation
Dependencies
- Requires Pipefy API credentials for authentication
Troubleshooting
- Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400.
- Ensure that valid Pipefy API credentials are provided to avoid authentication failures.
- Check that the selected resource and operation are supported and correctly configured in the node properties.
Links
- Pipefy API Documentation - Official documentation for the Pipefy GraphQL API used by this node