Client Summary Widget
Overview
Key Features:
Configurations
Widget Setup
Workflow Integration
Workflow Input Format:
{
"clientDetails": {
"id": "string",
"firstName": "string",
"lastName": "string",
"address": "any", // (optional) Address in a string or object format
"email": "string" // (optional) Client email
},
"clients": [ // Optional cached client list
{
"id": "string",
"firstName": "string",
"lastName": "string",
"address": "any",
"email": "string"
}
]
}Workflow Output Format:
How It Works:
Applications of the Widget
1️⃣ Financial Advisory & Wealth Management
2️⃣ CRM Integration for Relationship Management
3️⃣ Custodian & Portfolio Data Access
4️⃣ Client Onboarding & Review Meetings
5️⃣ Compliance & Audit Reporting
Limitations of the Widget
1️⃣ Read-Only Data Retrieval
Last updated

