Workflows
Automate document processing workflows
Connect DocRouter to your systems via webhooks and workflow platforms.
Overview
Workflows react to DocRouter events (e.g. document processed, extraction completed) and trigger actions in your systems. Configure webhooks in DocRouter, then connect your webhook endpoint to a workflow platform or your own code.
N8N
N8N is a visual workflow tool. Use it to connect DocRouter to other apps and services. See N8N for package, install, credentials, and webhook setup.
Temporal
Temporal is for coded workflows where you need durable orchestration—e.g. classify pages, group them by class, then process each group. See Temporal for how it fits with DocRouter and a full walkthrough.
Other workflow tools
DocRouter exposes a full suite of REST APIs, including webhooks. You can integrate with any workflow tool that supports REST APIs—Zapier, Make, custom scripts, or your own backend. Configure webhooks to receive events, and use the REST API to upload documents, list results, and manage resources.
Learn more
- Webhooks — Event types, payloads, and configuration
- Integrations — Overview of integration options