Integrations

Connects to everything you

already use.

Connects to everything you

already use.

Connects to everything you

already use.

Connects to everything you

already use.

Relay plugs into your existing stack so your team keeps

working the way they want.

Relay plugs into your existing stack so your team keeps working the way they want.

Featured integrations

Notion

Sync Notion databases to project timelines.
Two-way updates keep everything aligned
automatically.

Learn more →

Slack

Get real-time notifications for approvals,
comments, and milestone completions in
any channel.

Learn more →

Figma

Embed Figma files directly in your client
portal. Clients review and comment without
leaving Relay.

Learn more →

All

30+

Project Management

Design

Storage

Communication

Development

Analytics

Adobe Creative Cloud

Design

Share Photoshop, Illustrator, and InDesign files with built-in preview and approval.

Asana logo

Asana

Project Management

Sync tasks, milestones, and project status in real-time between Asana and Relay.

Popular

Canva

Design

Embed Canva designs for easy client review and one-click approval workflows.

ClickUp

Project Management

Map ClickUp spaces and lists to Relay projects with automated status syncing.

Dropbox

Storage

Pull in Dropbox assets and sync file changes across both platforms seamlessly.

GitHub

Development

Link pull requests and deployments to project milestones. Ship with visibility.

GitLab

Development

Mirror merge requests and CI/CD status to client-facing project boards.

Gmail

Communication

Forward client emails into project threads. Keep every conversation in context.

Popular

Google Analytics

Analytics

Embed live GA dashboards in client portals. Share performance without extra logins.

Google Drive

Storage

Attach Drive files to deliverables. Changes sync automatically, no re-uploading.

Popular

Jira

Project Management

Connect Jira epics and stories to project deliverables your clients can track.

Linear

Project Management

Connect engineering sprints to client-facing timelines. Issues sync both ways.

New

Loom

Communication

Embed Loom walkthroughs in deliverables. Clients watch and approve in one flow.

Mixpanel

Analytics

Surface product metrics and engagement data inside project dashboards.

Coming soon

Monday.com

Project Management

Mirror board items to project milestones. Keep internal and client views aligned.

Outlook

Communication

Same email-to-thread magic, for Microsoft 365 teams. Full OAuth support.

Sketch

Design

Import Sketch artboards as reviewable assets with version history tracking.

Trello

Project Management

Turn Trello cards into trackable milestones with automatic status updates.

Vercel

Development

Auto-attach preview deployments to review stages. Clients see live progress.

New

Zoom

Communication

Schedule and attach Zoom meetings to project milestones. Recordings auto-link.

All

30+

Project Management

Design

Storage

Communication

Development

Analytics

Adobe Creative Cloud

Design

Share Photoshop, Illustrator, and InDesign files with built-in preview and approval.

Asana logo

Asana

Project Management

Sync tasks, milestones, and project status in real-time between Asana and Relay.

Popular

Canva

Design

Embed Canva designs for easy client review and one-click approval workflows.

ClickUp

Project Management

Map ClickUp spaces and lists to Relay projects with automated status syncing.

Dropbox

Storage

Pull in Dropbox assets and sync file changes across both platforms seamlessly.

GitHub

Development

Link pull requests and deployments to project milestones. Ship with visibility.

GitLab

Development

Mirror merge requests and CI/CD status to client-facing project boards.

Gmail

Communication

Forward client emails into project threads. Keep every conversation in context.

Popular

Google Analytics

Analytics

Embed live GA dashboards in client portals. Share performance without extra logins.

Google Drive

Storage

Attach Drive files to deliverables. Changes sync automatically, no re-uploading.

Popular

Jira

Project Management

Connect Jira epics and stories to project deliverables your clients can track.

Linear

Project Management

Connect engineering sprints to client-facing timelines. Issues sync both ways.

New

Loom

Communication

Embed Loom walkthroughs in deliverables. Clients watch and approve in one flow.

Mixpanel

Analytics

Surface product metrics and engagement data inside project dashboards.

Coming soon

Monday.com

Project Management

Mirror board items to project milestones. Keep internal and client views aligned.

Outlook

Communication

Same email-to-thread magic, for Microsoft 365 teams. Full OAuth support.

Sketch

Design

Import Sketch artboards as reviewable assets with version history tracking.

Trello

Project Management

Turn Trello cards into trackable milestones with automatic status updates.

Vercel

Development

Auto-attach preview deployments to review stages. Clients see live progress.

New

Zoom

Communication

Schedule and attach Zoom meetings to project milestones. Recordings auto-link.

All

30+

Project Management

Design

Storage

Communication

Development

Analytics

Adobe Creative Cloud

Design

Share Photoshop, Illustrator, and InDesign files with built-in preview and approval.

Asana logo

Asana

Project Management

Sync tasks, milestones, and project status in real-time between Asana and Relay.

Popular

Canva

Design

Embed Canva designs for easy client review and one-click approval workflows.

ClickUp

Project Management

Map ClickUp spaces and lists to Relay projects with automated status syncing.

Dropbox

Storage

Pull in Dropbox assets and sync file changes across both platforms seamlessly.

GitHub

Development

Link pull requests and deployments to project milestones. Ship with visibility.

GitLab

Development

Mirror merge requests and CI/CD status to client-facing project boards.

Gmail

Communication

Forward client emails into project threads. Keep every conversation in context.

Popular

Google Analytics

Analytics

Embed live GA dashboards in client portals. Share performance without extra logins.

Google Drive

Storage

Attach Drive files to deliverables. Changes sync automatically, no re-uploading.

Popular

Jira

Project Management

Connect Jira epics and stories to project deliverables your clients can track.

Linear

Project Management

Connect engineering sprints to client-facing timelines. Issues sync both ways.

New

Loom

Communication

Embed Loom walkthroughs in deliverables. Clients watch and approve in one flow.

Mixpanel

Analytics

Surface product metrics and engagement data inside project dashboards.

Coming soon

Monday.com

Project Management

Mirror board items to project milestones. Keep internal and client views aligned.

Outlook

Communication

Same email-to-thread magic, for Microsoft 365 teams. Full OAuth support.

Sketch

Design

Import Sketch artboards as reviewable assets with version history tracking.

Trello

Project Management

Turn Trello cards into trackable milestones with automatic status updates.

Vercel

Development

Auto-attach preview deployments to review stages. Clients see live progress.

New

Zoom

Communication

Schedule and attach Zoom meetings to project milestones. Recordings auto-link.

30+

Native integrations

2,000+

Zapier connections

REST

Public API

99.9%

API uptime

Developer API

Build anything with the Relay

API.

Build anything with the Relay API.

RESTful API with comprehensive documentation,

webhooks, and SDKs for JavaScript and Python. Build

custom workflows or integrate Relay into your existing

tools.

RESTful API with comprehensive documentation,

webhooks, and SDKs for JavaScript and Python. Build custom workflows or integrate Relay into your existing tools.

// Create a project via API

const project = await relay.projects.create({

  name: "Website Redesign",

  client_id: "cli_8x7kQ2p",

  milestones: [

    { name: "Wireframes", due: "2026-02-14" },

    { name: "Design", due: "2026-03-01" },

    { name: "Development", due: "2026-03-21" },

  ],

  branding: { accent: "#1A6B5A" }

});

// → project.id = "prj_4nWxR9m"

// → project.portal_url = "portal.agency.com/p/4nWxR9m"

Don't see your tool?

We ship new integrations every month. Request

yours and we'll prioritize it.

We ship new integrations every month. Request yours and we'll prioritize it.

Relay

The client portal built for agencies that

ship. Organize projects, get approvals,

and keep clients happy — all in one

place.

© 2026 Relay. All rights reserved.

Relay

The client portal built for agencies that

ship. Organize projects, get approvals,

and keep clients happy — all in one

place.

© 2026 Relay. All rights reserved.

Relay

The client portal built for agencies that

ship. Organize projects, get approvals,

and keep clients happy — all in one

place.

© 2026 Relay. All rights reserved.

Relay

The client portal built for agencies that

ship. Organize projects, get approvals,

and keep clients happy — all in one

place.

© 2026 Relay. All rights reserved.

Create a free website with Framer, the website builder loved by startups, designers and agencies.