Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to retrieve multiple customer quotes. It supports fetching either all quotes or a limited number based on user input. This is useful for scenarios where users need to list or process multiple quotes from their Bexio account, such as generating reports or syncing data with other systems.

Use Case Examples

  1. Retrieve all customer quotes to display in a dashboard.
  2. Fetch a limited number of quotes for processing in a workflow.

Properties

Name Meaning
Return All Whether to return all quote results or only up to a given limit.
Limit Maximum number of quote results to return when 'Return All' is false.

Output

JSON

  • id - Unique identifier of the quote.
  • contact_id - Identifier of the customer contact associated with the quote.
  • date - Date when the quote was created.
  • total_amount - Total amount of the quote.
  • status - Current status of the quote.

Dependencies

  • Requires Bexio API credentials for authentication.

Troubleshooting

  • Common issues include API authentication failures due to invalid or missing credentials. Ensure the Bexio API key is correctly configured.
  • API rate limits may cause errors when requesting large numbers of quotes. Use the 'Limit' property to restrict the number of results.
  • Network connectivity issues can prevent successful API calls. Verify network access to Bexio API endpoints.

Links

Discussion