
How External Workflows Work
Building Modular Components with Consistent Interfaces
The Building Blocks of Reusable Workflows
- Execute Workflow Trigger: Serves as the entry point, accepting standardized JSON input
- Processing Logic: The specialized functionality (AI processing, data extraction, etc.)
- 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.