How External Workflows Work

How External Workflows Work

Building Modular Components with Consistent Interfaces

The Building Blocks of Reusable Workflows

  1. Execute Workflow Trigger: Serves as the entry point, accepting standardized JSON input
  2. Processing Logic: The specialized functionality (AI processing, data extraction, etc.)
  3. Standardized Output: A final Set/Edit Fields node enforcing consistent response format

Implementation Example: A workflow accepting {"url": "https://example.com"} processes the page content and returns structured data. This workflow can then be called from any other automation requiring web scraping, with the calling workflow simply providing the URL and receiving the processed data.