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

  1. Open Settings > Workflows > Integrations.
  2. Click Create ingestion.
  3. In Create New Integration, enter Name, Workflow Name, and Platform Secret.
  4. Click Create.
  5. Open the integration row and review Settings and Logs.

Create Message Route

  1. Open Settings > Workflows > Message routes.
  2. Click Create New Message Route.
  3. Select Route Type and Secret.
  4. Enter route-specific fields:
    • Amazon S3: bucket and region
    • Postgres: schema and SSL settings
  5. Click Create.
  6. Send controlled test traffic and verify destination delivery.

Ongoing Maintenance

  1. Edit routes/integrations when endpoints or policies change.
  2. Delete unused entries after confirming no active dependencies.
  3. 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.