Actions20
- Claim (Case Management API) Actions
- Debtor (Case Management API) Actions
- Info (Case Management API) Actions
- Company (Partner API) Actions
- User (Partner API) Actions
- User Invite (Partner API) Actions
Overview
This node integrates with the Paywise API, specifically supporting multiple resources including claims, debtors, companies, users, and more. For the Claim resource with the Upload Document operation, it allows uploading a document file to a specific claim in the Case Management system.
Typical use cases include:
- Attaching evidence or supporting documents to an insurance or legal claim.
- Automating document management workflows by programmatically adding files to claims.
- Acting on behalf of a client company to upload documents under their user context.
For example, you might use this node to upload scanned PDFs or images related to a claim directly from your automation workflow, ensuring all relevant documentation is stored centrally.
Properties
| Name | Meaning |
|---|---|
| Claim ID | The unique identifier of the claim to which the document will be uploaded. |
| Binary Property | The name of the binary data property containing the file to upload (e.g., "data"). |
| Act on Behalf of Client | Boolean flag indicating whether the request should be made on behalf of a client company. |
| User ID | When acting on behalf of a client, the ID of the user to impersonate for this request. |
Output
The node outputs an array of JSON objects, each representing the response from the Paywise API after uploading a document to a claim. The exact structure depends on the API response but typically includes metadata about the uploaded document such as its ID, status, and associated claim information.
If the node supports binary data input, it does not output binary data itself; rather, it processes binary input to upload documents.
Dependencies
- Requires an API key credential for authenticating with the Paywise API.
- Needs access to the binary data property specified by the user containing the file to upload.
- Proper configuration of the node’s credentials and permissions to act on behalf of clients if that option is used.
Troubleshooting
- Missing or invalid Claim ID: Ensure the Claim ID is correctly provided and exists in the system.
- Binary data not found: Verify that the binary property name matches the actual binary input data property.
- Permission errors when acting on behalf of client: Confirm that the user ID and authentication allow acting on behalf of the specified client.
- API connectivity issues: Check network connectivity and validity of the API key credential.
- Operation or Resource not implemented error: This occurs if the node parameters specify unsupported combinations; verify correct resource and operation selection.
Links and References
- Paywise API Documentation
- n8n Documentation on Working with Binary Data