From rossum-sa
Request Processor (export pipeline) configuration reference for Rossum. Covers the multi-stage JSON-based engine for integrating Rossum with external APIs — stages, variable templating, evaluate conditions, get_content sources, call_api with auth/iteration/file uploads, response handlers (JMESPath/XPath/regex), SFTP export via file-storage-export, and migration from Pipeline v1. Use when building, debugging, or explaining export pipeline configurations.
How this skill is triggered — by the user, by Claude, or both
Slash command
/rossum-sa:export-pipeline-referenceThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides the complete configuration reference for the **Request Processor**, Rossum's multi-stage export pipeline engine. It replaces the legacy multi-hook pipeline with a single serverless function that executes complex API workflows from pure JSON settings — no code required.
This skill provides the complete configuration reference for the Request Processor, Rossum's multi-stage export pipeline engine. It replaces the legacy multi-hook pipeline with a single serverless function that executes complex API workflows from pure JSON settings — no code required.
For the full configuration guide, field reference, patterns, and examples, see reference.md.
IMPORTANT — hook setup: The Request Processor runs as a single serverless function hook. Create it via the Rossum API (or prd2), then configure the settings JSON. The function code lives in elis-serverless-functions/generic-functions/experimental/attachment_processor/.
Use this knowledge when:
file-storage-export servicesettings JSON for a Request Processor hook (stages, auth, requests, response handlers){field.*}, {payload.*}, {property.*}, {token}, {sequence})get_content phasedocument_relation and document_relation_content sourcesNote: The rossum-reference skill covers the legacy 6-step export pipeline chain (Custom Format Templating, REST API Export, Data Value Extractor, Export Evaluator, SFTP Export). This skill covers the Request Processor, which is the modern replacement that consolidates all steps into a single configurable hook.
npx claudepluginhub rossumai/claude-marketplace --plugin rossum-saGuides creation, editing, and verification of skills for AI coding agents using test-driven development with subagent scenarios. Use when authoring or debugging skills.