Skip to main content
The forward trigger starts a pipeline run with a document that another pipeline forwarded to it. Pair it with the Route action in AI classification mode (or a Forward output) in another pipeline to split documents across specialized pipelines based on their content.

Configuration

FieldTypeRequiredDescription
Classificationsdocument pickerYesUp to five reference documents used to train AI classification for this pipeline

Classifications

Ingestly compares incoming pages against the reference documents you select and only forwards pages that are a close enough match, based on the Route action Confidence Threshold.
  1. Upload at least one document to the pipeline so it appears in the picker
  2. Open the forward trigger node and select up to five documents
  3. Click Generate
  4. Confirm to generate classification embeddings. Generation costs 0.2 credits per page
After generation the picker shows the existing references. Remove a reference at any time to retrain. A pipeline with no classifications cannot be selected as a target from a Route action in AI classification mode.

Inputs and outputs

Allowed inputs: None. This is a trigger node. Output: The forwarded document, passed to the next connected node.

Forward output

Send documents from this pipeline to another pipeline’s forward trigger

Route action

Use AI classification to forward pages to multiple pipelines

Extract action

Extract structured data once the forwarded document arrives