Actions17
- Attachment Actions
- Card Actions
- Webhook Actions
- Pipe Actions
- User Actions
Overview
This node interacts with the Pipefy GraphQL API to perform various operations on Pipefy resources. Specifically, for the 'Card' resource with the 'Get Many' operation, it retrieves multiple cards from Pipefy. This is useful for scenarios where you need to fetch and process a list of cards, such as aggregating card data for reporting or automation workflows.
Use Case Examples
- Fetching all cards from a specific Pipe to analyze workflow progress.
- Retrieving multiple cards to update their statuses in bulk based on external triggers.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for connecting to the Pipefy API, either via a Service Account or a Personal Access Token. |
Output
JSON
cards- An array of card objects retrieved from Pipefy, each containing details about individual cards such as their fields, status, and metadata.
Dependencies
- Requires authentication credentials for Pipefy API access, either a service account API key or a personal access token.
Troubleshooting
- Authentication errors due to invalid or expired tokens. Ensure the correct credentials are provided and have necessary permissions.
- API rate limits may cause request failures; consider implementing retries or handling rate limit responses gracefully.
- Incorrect resource or operation selection may result in no data or errors; verify that 'Card' resource and 'Get Many' operation are selected.
Links
- Pipefy GraphQL API Documentation - Official documentation for the Pipefy GraphQL API used by this node.