Actions92
- Contact Actions
- Employee Actions
- Estimate Actions
- Invoice Actions
- Job Actions
- Line Item Actions
- Note Actions
- Setting Actions
- Supplier Actions
- Task Actions
- Technician Actions
- User Actions
- Website Actions
- WhatsApp Actions
Overview
This node integrates with the WibiClick API to manage various resources such as notes, jobs, contacts, employees, estimates, invoices, line items, websites, WhatsApp messages, users, technicians, tasks, suppliers, and settings. Specifically, for the Setting resource and the Update Company Information operation, it allows updating the company's detailed information by sending a collection of company-related fields to the API.
This node is beneficial in scenarios where you want to automate or synchronize company profile data within your workflows, such as updating company contact details, banking information, or address details programmatically without manual intervention.
Example use case: Automatically update your company's address, email, and bank details in your system whenever these details change in an external source, ensuring consistent and up-to-date company information across platforms.
Properties
| Name | Meaning |
|---|---|
| Account Name | The name associated with the company’s bank account. |
| Account Number | The number of the company’s bank account. |
| Account Type | The type/category of the bank account (e.g., savings, checking). |
| Address 1 | Primary address line of the company. |
| Address 2 | Secondary address line of the company. |
| Bank | Name of the bank where the company holds its account. |
| Branch Code | The branch code of the bank branch. |
| City | City where the company is located. |
| Company Name | Official name of the company. |
| Country | Country where the company operates or is registered. |
| Currency Symbol | Symbol representing the currency used by the company (e.g., $, €, £). |
| Contact email address for the company. | |
| Postal Code | Postal or ZIP code of the company’s location. |
| Slogan | Company slogan or tagline. |
| State | State or province where the company is located. |
These properties are provided as a collection under the "Company Information" input parameter when performing the "Update Company Information" operation on the "Setting" resource.
Output
The output JSON contains the response from the WibiClick API after attempting to update the company information. Typically, this will include confirmation of success or details about the updated company information as returned by the API.
The node does not output binary data for this operation.
Dependencies
- Requires an active connection to the WibiClick API.
- Requires an API key credential for authentication with the WibiClick service.
- The node uses HTTP requests to communicate with the WibiClick API endpoints.
- No additional environment variables or configurations are explicitly required beyond the API key credential.
Troubleshooting
Common issues:
- Missing or invalid API key credential will cause authentication failures.
- Providing incomplete or incorrectly formatted company information may result in API errors.
- Network connectivity issues can prevent successful API calls.
Error messages:
- If the API returns an error, the node throws an error with the message from the API response.
- If the request fails due to missing required fields, the node may throw an error indicating which field is missing or invalid.
- For unexpected errors, the node throws a generic error message.
Resolution tips:
- Ensure the API key credential is correctly configured and has necessary permissions.
- Validate all input fields before running the node.
- Check network connectivity and API endpoint availability.
- Use the node's "Continue On Fail" option to handle errors gracefully in workflows.
Links and References
- WibiClick API Documentation (Assumed URL; replace with actual if available)
- n8n Documentation on Creating Custom Nodes
- General info on HTTP Request Node (for understanding underlying HTTP calls)
If you need further details on other operations or resources, feel free to ask!