Overview
This node acts as a webhook trigger named 'entitys Import'. It listens for incoming HTTP POST requests at the path 'entitys-import' and triggers the workflow when such a request is received. The node captures the request's body, headers, query parameters, HTTP method, and URL, then outputs this data as JSON for further processing in the workflow.
Use Case Examples
- Use this node to trigger workflows when external systems send data to the 'entitys-import' endpoint via HTTP POST, such as importing entity data from another application or service.
- Capture and process incoming webhook data including request body, headers, and query parameters for integration or automation purposes.
Output
JSON
body- The JSON body of the incoming HTTP requestheaders- The headers of the incoming HTTP requestquery- The query parameters of the incoming HTTP requestmethod- The HTTP method used for the request (POST)url- The URL of the incoming request
Troubleshooting
- Ensure the webhook URL is correctly configured and accessible from the external system sending the POST requests.
- Verify that the incoming requests are using the POST method as expected by the webhook.
- Check that the workflow is activated to receive webhook triggers.
- If no data appears, confirm that the external system is sending data to the correct webhook path 'entitys-import'.