Overview
This node acts as a trigger that activates when Scanify sends the result of a document extraction. It is useful for workflows that need to process or respond to document extraction results automatically as soon as they are available from Scanify.
Use Case Examples
- Automatically process extracted data from documents received via Scanify.
- Trigger follow-up actions such as data validation, storage, or notifications based on document extraction results.
Output
JSON
json- The JSON data received from Scanify containing the document extraction result
Troubleshooting
- Ensure that the webhook URL is correctly configured in Scanify to send data to this node.
- Verify that the HTTP method is POST as expected by the webhook configuration.
- Check that the incoming data from Scanify is in the expected format to avoid processing errors.