The Web Hook node allows the Data Toolchain for AI to receive external HTTP requests and ingest data into a pipeline. This node can be used to trigger workflows from other systems or send real-time data into the platform.
Configuration Steps
- Host – Enter the hostname or IP address where the webhook will listen.
- Accepted Formats
- 0.0.0.0 allows access from any external service.
- 127.0.0.1 or localhost restricts it to local machine access only.
- Accepted Formats
- Port – Enter the port number to bind the webhook server.
- Default – 5565
- Example – 9869
- Endpoint – Enter the route path where the webhook should receive data
- Example – /webHook