Actions17
- Attachment Actions
- Card Actions
- Webhook Actions
- Pipe Actions
- User Actions
Overview
This node interacts with the Pipefy GraphQL API to create a presigned URL for an attachment. It is useful for generating secure, temporary URLs that allow users to upload or access files in Pipefy without exposing direct access credentials. Practical applications include automating file uploads to Pipefy cards or sharing files securely within workflows.
Use Case Examples
- Generate a presigned URL to upload a file to a Pipefy card attachment field.
- Create a temporary URL to share a file stored in Pipefy with external collaborators securely.
Properties
| Name | Meaning |
|---|---|
| Authentication | Selects the authentication method to use for API requests, either a Service Account or a Personal Access Token. |
| Org Name or ID | The ID of the organization in Pipefy where the attachment will be created. This can be selected from a list or specified via an expression. |
| Filename | The name of the file for which the presigned URL is being created. |
Output
JSON
presignedUrl- The generated presigned URL for the attachment file.
Dependencies
- Requires authentication credentials for Pipefy API access, either a service account API key or a personal access token.
Troubleshooting
- Ensure the organization ID is valid and accessible with the provided credentials to avoid authorization errors.
- Verify that the filename is correctly specified; an empty or invalid filename may cause the API to reject the request.
- Authentication errors may occur if the selected authentication method's credentials are missing or invalid. Recheck the API keys or tokens.
Links
- Pipefy GraphQL API Documentation - Official documentation for Pipefy's GraphQL API, useful for understanding API capabilities and requirements.