Bexio icon

Bexio

Interact with Bexio API

Overview

This node integrates with the Bexio API to perform various operations on different resources such as Banking, Contact, Invoice, Item, Order, and Quote. Specifically, for the Quote resource with the Update operation, it allows users to update existing customer quotes in Bexio by specifying the Quote ID and other relevant data. This is useful for automating quote management workflows, such as modifying quote details before sending them to customers or updating quote statuses based on business logic.

Use Case Examples

  1. Updating a quote's details like price or description after receiving new information from a customer.
  2. Automating the process of changing the status of a quote from draft to sent once it is ready for review.

Properties

Name Meaning
Quote ID The unique identifier of the quote to be updated. This is a required string input used to specify which quote record should be modified.

Output

JSON

  • id - The unique identifier of the updated quote.
  • status - The current status of the updated quote.
  • updatedFields - Details of the fields that were updated in the quote.

Dependencies

  • Requires an API key credential for authenticating with the Bexio API.

Troubleshooting

  • Common issues include providing an invalid or non-existent Quote ID, which will result in an error from the Bexio API indicating the quote could not be found.
  • API authentication errors due to missing or incorrect API credentials will prevent the node from executing successfully.
  • Network or connectivity issues may cause request failures; ensure stable internet connection and correct API endpoint configuration.

Links

  • Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.

Discussion