Skip to main content
This directory contains integration guides for connecting Encore OS with external services and platforms (Supabase, n8n, Entra ID, RingCentral, etc.). Cross-core integration contracts and per-spec integration docs live under architecture/integrations.

Available Integrations

n8n Workflow Automation

Connect Encore OS automations to n8n workflows for advanced external integrations, multi-step orchestration, and connecting to 400+ services. Use Cases:
  • Sync form submissions to CRMs (Salesforce, HubSpot)
  • Send notifications via Slack, Teams, or SMS
  • Update Google Sheets or Airtable
  • Trigger multi-step approval workflows
  • Connect to custom APIs and services

Integration Architecture

Encore OS uses a hybrid approach for automation:
  • Encore OS FW-03 Engine: Internal workflows, database operations, notifications, simple integrations
  • n8n: Complex external integrations, visual workflow design, branching logic, 400+ pre-built connectors

When to Use Each


Getting Started

  1. Set up n8n: Follow the n8n setup guide
  2. Create webhook: Add a webhook trigger to your n8n workflow
  3. Configure Encore OS: Add “Call Webhook” action to your automation rule
  4. Test integration: Use dry-run mode to validate the connection

Security Considerations

  • Always use HTTPS for webhook URLs
  • Implement authentication (Basic Auth, API Key, or Header Auth)
  • Never log sensitive data (PHI, PII, credentials)
  • Use circuit breakers to prevent runaway automations
  • Review Automation Security documentation

Documentation

Integration Guides

Support

For questions or issues: