Overview
The Tolq Trigger node is designed to handle events from Tolq via webhooks. It listens for incoming HTTP POST requests at a specified webhook path and triggers workflows based on the received data. This node is useful for automating processes that depend on real-time events from Tolq, such as translation job updates or notifications.
Use Case Examples
- Automatically start a workflow when a new translation job is created in Tolq.
- Trigger notifications or data processing when Tolq sends an event update.
Output
JSON
body- The JSON payload received from the Tolq webhook request
Dependencies
- Requires Tolq API credentials for authentication.
Troubleshooting
- Ensure the webhook URL is correctly configured in Tolq to send events to this node.
- Verify that the Tolq API credentials are valid and have the necessary permissions.
- Check that the incoming webhook requests are POST requests as expected by the node.