Overview
This node is a versioned trigger node for the Waha service, designed to initiate workflows based on events from Waha. It supports version management, allowing the node to use different implementations depending on the version specified. This is useful for workflows that need to respond to real-time events or changes from the Waha platform, such as receiving notifications or updates.
Use Case Examples
- Trigger a workflow when a new message or event is received from Waha.
- Start a process automatically when a specific Waha event occurs, like a status update or alert.
Output
JSON
eventData- Data related to the triggered event from Wahatimestamp- Timestamp when the event was received
Dependencies
- Requires an API key credential or authentication token for Waha service to receive event triggers.
Troubleshooting
- Ensure the API credentials for Waha are correctly configured to avoid authentication errors.
- Check network connectivity to Waha service to ensure the trigger can receive events.
- If no events are triggering the workflow, verify that the Waha service is sending events and that the node version matches the expected API version.
Links
- Waha API Trigger Documentation - Official documentation for setting up and using Waha triggers.