System Overview

High-level view of how your app uses Cloutly REST API and Cloutly Embed together.

Step 1: Sync businesses via REST API

Your platform syncs businesses and review operations with Cloutly through the REST API.

Step 2: Provision user and business through JWT

Your backend creates a signed JWT and passes it to the embedded Cloutly iframe. On successful validation, Cloutly upserts user and business records automatically.

Step 3: Run embedded Cloutly app inside your UI

The iframe renders the Cloutly app in your system while retaining your platform navigation and permissions.

Step 4: Pull insights and automation outputs

Use REST endpoints for summaries, review lists, invites, and replies. Use widgets when you need lightweight read-only rendering outside the full embed experience.

Last updated