Actions17
- Attachment Actions
- Card Actions
- Pipe Actions
- User Actions
- Webhook Actions
Overview
This node integrates with the Pipefy GraphQL API to perform various operations on Pipefy resources. Specifically, for the Card - Delete operation, it allows users to delete a card from their Pipefy account by specifying the card's unique ID. This is useful in automation workflows where cards need to be programmatically removed based on certain conditions, such as completed tasks or invalid entries.
Practical examples include:
- Automatically deleting cards that have been marked as duplicates.
- Cleaning up cards after a process has been finalized.
- Removing test or temporary cards created during workflow testing.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Pipefy API: - Service Account - Personal Access Token |
| Card ID | The unique identifier of the card to delete. You can find this ID in the URL when viewing the card in Pipefy (e.g., https://app.pipefy.com/open-cards/[ID]). This property is required. |
Output
The node outputs a JSON array containing the response from the Pipefy API after attempting to delete the specified card. Typically, this will include confirmation of deletion or error details if the operation failed.
No binary data output is involved in this operation.
Dependencies
- Requires an active Pipefy account.
- Requires either a Service Account credential or a Personal Access Token credential for authentication.
- The node communicates with the Pipefy GraphQL API endpoint.
Troubleshooting
- Invalid Card ID: If the provided Card ID does not exist or is incorrect, the API will return an error. Verify the Card ID by checking the URL of the card in Pipefy.
- Authentication Errors: Using invalid or expired credentials will cause authentication failures. Ensure the API key or token is valid and has sufficient permissions.
- Permission Issues: The authenticated user must have permission to delete cards in the target Pipefy workspace.
- Network Issues: Connectivity problems may prevent the node from reaching the Pipefy API. Check your network connection and firewall settings.
Links and References
- Pipefy API Documentation
- How to find a Card ID in Pipefy (example link, replace with actual if available)