Other Assembly Types
Assembly types beyond the standard request-response pattern provide specialized integration capabilities for different workflow scenarios and data processing requirements.
(empty document)
In this section
Batch Jobs
Scheduled execution of assemblies at regular intervals using Cron, daily, or hourly scheduling for recurring background tasks like feed refreshes and data synchronization.
Error Handlers
Custom assemblies that intercept module errors and perform post-processing, such as converting technical error messages into user-friendly ones or suppressing errors entirely.
RSS Feeds
RSS feeds deliver content in standardized XML format; learn how to generate and configure feeds in assemblies using specialized modules.
Web Services
REST-style API endpoints built as assembly diagrams that accept query parameters or POST payloads and return data in XML, JSON, or CSV format via Web Service Output modules.