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 related to business operations, including tasks, contacts, jobs, invoices, and WhatsApp messaging. Specifically, for the Task resource with the Send Task to WhatsApp operation, the node sends details of a specified task to a WhatsApp contact associated with a website.
Common scenarios where this node is beneficial include:
- Automatically notifying clients or team members about task updates via WhatsApp.
- Streamlining communication by sending task information directly through WhatsApp without manual intervention.
- Integrating task management workflows with WhatsApp messaging for real-time updates.
Example use case:
- After creating or updating a task in your system, you can use this node to send the task details as a WhatsApp message to the relevant contact, ensuring timely communication.
Properties
| Name | Meaning |
|---|---|
| Website ID | The unique identifier of the website associated with the task and WhatsApp instance. |
| Task ID | The unique identifier of the task to be sent via WhatsApp. |
Output
The output JSON contains the response from the WibiClick API after attempting to send the task to WhatsApp. It typically includes confirmation details or error messages related to the send operation.
Example output structure:
{
"response": {
// API response fields confirming the send status
}
}
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 with the WibiClick service.
- The node uses HTTP requests to communicate with the WibiClick API endpoints.
Troubleshooting
- Task not found error: If the specified Task ID does not exist, the node throws an error indicating "Task not found". Verify that the Task ID is correct and exists in the system.
- Unexpected error: For other errors, the node reports "An unexpected error occurred". Check the API credentials, network connectivity, and ensure the WibiClick API service is operational.
- Authentication issues: Ensure the API key credential is valid and has the necessary permissions to perform the send operation.
- Invalid input parameters: Confirm that both Website ID and Task ID are provided and correctly formatted.
Links and References
- WibiClick API Documentation (hypothetical link; replace with actual if available)
- WhatsApp Business API Overview
- n8n HTTP Request Node Documentation: https://docs.n8n.io/nodes/n8n-nodes-base.httpRequest/