Bexio icon

Bexio

Interact with Bexio API

Overview

This node interacts with the Bexio API to perform a search operation on contacts. It allows users to specify multiple search criteria based on contact fields such as name, surname, email, city, postcode, and phone numbers. Users can choose to return all matching results or limit the number of results returned. This node is useful for scenarios where you need to filter and retrieve specific contacts from the Bexio system based on detailed search conditions, such as finding customers in a particular city or contacts with a specific email domain.

Use Case Examples

  1. Search for contacts with the surname 'Smith' and city 'Zurich'.
  2. Retrieve all contacts with a mobile phone number starting with a specific area code.
  3. Limit the search to 100 contacts whose name contains 'John'.

Properties

Name Meaning
Search Criteria Defines one or more conditions to filter contacts by specific fields and comparison operators.
Return All Whether to return all matching contacts or limit the results.
Limit The maximum number of contacts to return if 'Return All' is false.

Output

JSON

  • id - Unique identifier of the contact.
  • name_1 - First name of the contact.
  • name_2 - Surname of the contact.
  • mail - Email address of the contact.
  • city - City where the contact is located.
  • postcode - Postal code of the contact's address.
  • phone_fixed - Fixed phone number of the contact.
  • phone_mobile - Mobile phone number of the contact.

Dependencies

  • Bexio API

Troubleshooting

  • Ensure the API credentials for Bexio are correctly configured and have the necessary permissions to access contact data.
  • If no results are returned, verify that the search criteria are correctly specified and that the fields and values exist in the Bexio contact database.
  • Limit the number of results to avoid timeouts or performance issues when retrieving large datasets.

Links

Discussion