Actions4
- Card Actions
- Pipe Actions
- Webhook Actions
- Organization 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 when a trigger event occurs.
- Retrieve details of a specific pipe or card for processing or reporting.
- Update card information based on external data changes.
Output
JSON
result- The response data returned from the Pipefy API after executing the selected operation
Dependencies
- Pipefy API access with an API key credential
Troubleshooting
- Common errors include GraphQL errors returned from the Pipefy API, which are caught and rethrown as NodeApiError with status code 400.
- Ensure that the Pipefy API credentials are correctly configured and have the necessary permissions.
- Check network connectivity and API endpoint availability if requests fail.
Links
- Pipefy API Documentation - Official documentation for the Pipefy GraphQL API used by this node