Guides
Set Up Integrations and Message Routes
Configure integrations and route messages across connected systems.
Set Up Integrations and Message Routes
Integrations and routes connect workflows to external systems. A stable setup sequence is: verify secret dependencies, configure integration or route definition, test delivery, then monitor logs for early failure signals.
What to Click and Do Next
- Open
Settings > Workflows > Integrations. - Click
Create ingestion. - In
Create New Integration, enterName,Workflow Name, andPlatform Secret. - Click
Create. - Open the integration row and review
SettingsandLogs.
Create Message Route
- Open
Settings > Workflows > Message routes. - Click
Create New Message Route. - Select
Route TypeandSecret. - Enter route-specific fields:
- Amazon S3: bucket and region
- Postgres: schema and SSL settings
- Click
Create. - Send controlled test traffic and verify destination delivery.
Ongoing Maintenance
- Edit routes/integrations when endpoints or policies change.
- Delete unused entries after confirming no active dependencies.
- Review logs periodically for auth or delivery drift.
Common Issues
- Route created successfully but no data arrives due to source binding/filter mismatch.
- Authentication failures caused by stale secret values.