Actions43
- Subaccount Actions
- Customer Actions
- Refund Actions
- Installment Actions
- Invoice Actions
- Subscription Actions
- Pix Key Actions
- QR Code Static Actions
- Payment Request Actions
- Charge Actions
- Psp (Payment Service Providers) Actions
Overview
This node interacts with the Woovi API to automate workflows related to invoices, specifically to retrieve the PDF version of an invoice. It is useful in scenarios where users need to programmatically access invoice documents for record-keeping, sharing, or further processing within an automated workflow.
Use Case Examples
- Automatically fetch the PDF of an invoice using its unique Correlation ID to attach it to an email.
- Retrieve invoice PDFs in bulk for archival or auditing purposes.
Properties
| Name | Meaning |
|---|---|
| Correlation ID | Unique identifier of the invoice used to specify which invoice PDF to retrieve. |
Output
JSON
invoicePdf- The PDF content or link of the requested invoice.
Dependencies
- Woovi API with API key credential
Troubleshooting
- Ensure the Correlation ID is correctly provided and matches an existing invoice; otherwise, the API will return an error.
- Unsupported resource/operation error occurs if the resource or operation parameters are incorrect or not implemented in the node.
- API authentication errors may occur if the Woovi API credentials are missing or invalid.