Actions42
- Item Actions
- Banking Actions
- Contact Actions
- Invoice Actions
- Order Actions
- Quote Actions
Overview
This node interacts with the Bexio API to retrieve detailed information about a specific contact by its ID. It is useful in scenarios where you need to fetch customer or supplier data from Bexio for further processing or integration within an automation workflow. For example, you can use it to get contact details to personalize communications or to synchronize contact data with other systems.
Use Case Examples
- Retrieve a contact's full details by providing their unique Contact ID to use in a CRM or email marketing system.
- Fetch supplier contact information to automate purchase order processing or vendor management.
Properties
| Name | Meaning |
|---|---|
| Contact ID | The unique identifier of the contact to retrieve from Bexio. |
Output
JSON
id- The unique identifier of the contact.name- The full name of the contact.email- The email address of the contact.phone- The phone number of the contact.address- The physical address details of the contact.additionalFields- Other contact-related information returned by the Bexio API.
Dependencies
- Bexio API with an API key credential for authentication
Troubleshooting
- Ensure the Contact ID provided is valid and exists in the Bexio system to avoid 'not found' errors.
- Check API credentials and permissions if authentication errors occur.
- Handle network or API rate limit errors by implementing retry logic or error handling in the workflow.
Links
- Bexio API Documentation - Official documentation for the Bexio API, useful for understanding available endpoints and data structures.