• Compare
  • Documentation
  • Pricing
  • Agents
Sign InStart free

The outbound integration layer for SaaS products: emit once, then let Meshes handle routing, retries, fan-out, and delivery history.

  • Terms of Service
  • Privacy Policy
  • Acceptable Use Policy
  • Cookie Policy

© Copyright 2026 Meshes, Inc. All Rights Reserved.

  • Getting Started
    • What is Meshes?
    • Core Concepts
    • Quickstart
    • API Overview
  • AI Tools
    • Cursor Rules
    • MCP Server
    • LLMs Docs
  • API Documentation
    • API Reference
    • Authentication
    • Results
    • Rate Limiting
    • SDKs
    • Integrations & Rules
  • Events
    • Publishable Keys
    • Send Events
    • Bulk Event Ingestion
  • Embed & Sessions
    • Quickstart
    • Session API Overview
    • Launch URL and Iframe Bootstrap
    • Iframe Message Contract
    • Session Roles and Scopes
    • Workspace Pages Available in Embed
    • Session Refresh Lifecycle
    • Iframe Sizing and Resize Handling
    • OAuth and Connection Setup Behavior
    • Security Model
    • Troubleshooting
  • Integrations
    • HubSpot
    • Intercom
    • Slack
    • Salesforce
    • Zoom

OAuth and Connection Setup Behavior

Understand how OAuth-based connection setup works when using Meshes embed.

Some connection flows require an OAuth-based setup path.

Current behavior

For OAuth-backed connection setup, the user is routed through a Meshes-hosted authorization flow rather than completing the entire provider flow inside the iframe.

What hosts should expect

  • the embedded UI can start the connection flow
  • the user may be redirected to a Meshes-hosted page for provider authorization
  • after the provider flow completes, the connection is available in the embedded workspace

Practical guidance

  • allow for a redirect or new tab in your product UX
  • do not assume every OAuth step stays inside the iframe
  • treat OAuth connection setup as a supported part of the embedded connections experience

Related docs

  • Workspace Pages Available in Embed
  • Quickstart
  1. Current behavior
    1. What hosts should expect
    2. Practical guidance
    3. Related docs