Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to retrieve a PDF document for a specific customer order. It is useful in scenarios where users need to programmatically access order PDFs for record-keeping, sharing, or further processing within automated workflows. For example, a business could automatically fetch and store order PDFs after an order is placed or update a document management system with the latest order PDFs.
Use Case Examples
- Automatically download the PDF of a customer order after it is created in Bexio.
- Fetch and attach the order PDF to an email sent to the customer.
- Store order PDFs in a cloud storage service for backup and compliance.
Properties
| Name | Meaning |
|---|---|
| Order ID | The unique identifier of the order for which the PDF is to be retrieved. |
Output
JSON
pdfData- The binary or base64 encoded content of the order PDF retrieved from Bexio.orderId- The ID of the order for which the PDF was fetched.
Dependencies
- Bexio API with appropriate API key credentials
Troubleshooting
- Ensure the provided Order ID is valid and exists in the Bexio system; otherwise, the API call will fail.
- Check that the API credentials are correctly configured and have permissions to access order data and PDFs.
- If the PDF is not returned, verify that the order has an associated PDF document generated in Bexio.
Links
- Bexio API Documentation - Official documentation for the Bexio API, including endpoints for orders and PDF retrieval.