WibiClick icon

WibiClick

Interact with WibiClick API

Actions92

Overview

The node integrates with the WibiClick API to perform various operations across multiple resources such as notes, jobs, contacts, employees, estimates, invoices, line items, websites, WhatsApp messages, users, technicians, tasks, suppliers, and settings.

Specifically for the WhatsApp resource with the Save WhatsApp Message operation, the node saves a received WhatsApp message to the backend system associated with a specified website. This is useful in scenarios where you want to log or archive incoming WhatsApp messages automatically within your business platform for record-keeping, analytics, or further processing.

Practical example:
You receive WhatsApp messages from customers on your business number. Using this node, you can save those messages into your CRM or support system automatically, enabling your team to track conversations and respond efficiently.


Properties

Name Meaning
Website ID The unique identifier of the website under which the WhatsApp message should be saved.
Message Data Field The name of the input field that contains the WhatsApp message data to be saved.

Output

The output JSON object contains the response from the WibiClick API after attempting to save the WhatsApp message. It typically includes details about the saved message or confirmation of success.

Example output structure:

{
  "json": {
    // Response data from the API about the saved WhatsApp message
  }
}

No binary data output is involved in this operation.


Dependencies

  • Requires an active connection to the WibiClick API.
  • Needs an API key credential configured in n8n for authentication.
  • The node uses HTTP requests to communicate with the WibiClick API endpoints.
  • The websiteId must correspond to a valid website registered in the WibiClick system.

Troubleshooting

  • Missing or invalid Website ID: Ensure the Website ID property is correctly set and corresponds to a valid website in your WibiClick account.
  • Incorrect message data field: The node expects the WhatsApp message data in a specific input field; verify that the field name matches the actual input data.
  • API authentication errors: Confirm that the API key credential is valid and has the necessary permissions.
  • Network or API errors: Check network connectivity and WibiClick API status if requests fail.
  • Error messages: If the API returns an error, it will be thrown by the node. Review the error message for details (e.g., invalid data format, missing fields) and adjust inputs accordingly.

Links and References

Discussion