Scanify Trigger icon

Scanify Trigger

Dispara quando o Scanify envia o resultado da extração de um documento

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

  1. Automatically process extracted data from documents received via Scanify.
  2. 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.

Discussion