Bexio icon

Bexio

Interact with Bexio API

Overview

This node integrates with the Bexio API to create customer orders. It allows users to specify the contact associated with the order and the user responsible for managing it. This node is useful for automating order creation workflows in business processes, such as when new customer orders need to be recorded in Bexio from external systems or form submissions.

Use Case Examples

  1. Automatically create a new customer order in Bexio when a form is submitted on a website.
  2. Sync orders from an e-commerce platform to Bexio for accounting and fulfillment purposes.

Properties

Name Meaning
Contact ID ID of the contact for this order, required to associate the order with a customer.
User Name or ID User responsible for this order, selectable from a list or specified by ID, required to assign order ownership.

Output

JSON

  • id - Unique identifier of the created order in Bexio.
  • contact_id - ID of the contact associated with the order.
  • user_id - ID of the user responsible for the order.
  • status - Status of the order after creation.
  • created_at - Timestamp when the order was created.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the provided Contact ID exists in Bexio; otherwise, the API will return an error.
  • Verify that the User ID is valid and the user has permissions to create orders.
  • Check API credentials and network connectivity if requests fail.
  • Common error messages include authentication failures, invalid contact or user IDs, and missing required fields. Resolving these involves verifying credentials, input data, and API endpoint availability.

Links

  • Bexio API Documentation - Official documentation for the Bexio API, useful for understanding order creation and other operations.

Discussion