Wealthbox é uma plataforma CRM completa projetada especificamente para assessores financeiros e profissionais de wealth management. Oferece um sistema centralizado para gerenciar relacionamentos com clientes, rastrear interações e organizar fluxos de trabalho de negócios no setor de serviços financeiros.
Com o Wealthbox, você pode:
- Gerenciar relacionamentos com clientes: Armazenar informações detalhadas de contato, dados de background e históricos de relacionamento de todos os seus clientes
- Rastrear interações: Criar e manter notas sobre reuniões, chamadas e outros pontos de contato com clientes
- Organizar tarefas: Agendar e gerenciar atividades de follow-up, prazos e itens de ação importantes
- Documentar fluxos de trabalho: Manter registros abrangentes de comunicações com clientes e processos de negócio
- Acessar dados de clientes: Recuperar informações rapidamente com gerenciamento organizado de contatos e capacidades de busca
- Automatizar follow-ups: Definir lembretes e agendar tarefas para garantir engajamento consistente com clientes
No Zoen, a integração do Wealthbox permite que seus agentes interajam de forma transparente com os dados do CRM por meio de autenticação OAuth. Isso viabiliza cenários poderosos de automação, como criar automaticamente notas de clientes a partir de transcripts de reuniões, atualizar informações de contato, agendar tarefas de follow-up e recuperar detalhes de clientes para comunicações personalizadas. Seus agentes podem ler notas, contatos e tarefas existentes para entender o histórico do cliente, além de criar novas entradas para manter registros atualizados. Esta integração conecta seus fluxos de trabalho de IA ao gerenciamento de relacionamento com clientes, permitindo entrada automatizada de dados, insights inteligentes sobre clientes e processos administrativos otimizados que liberam tempo para atividades mais valiosas voltadas ao cliente.
Integrate Wealthbox into the workflow. Can read and write notes, read and write contacts, and read and write tasks.
Read content from a Wealthbox note
| Parameter | Type | Required | Description |
|---|
noteId | string | No | The ID of the note to read (e.g., "11111") |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Note data and metadata |
↳ content | string | Formatted note information |
↳ note | object | Raw note data from Wealthbox |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the note |
↳ noteId | string | ID of the note |
↳ itemType | string | Type of item (note) |
Create or update a Wealthbox note
| Parameter | Type | Required | Description |
|---|
content | string | Yes | The main body of the note |
contactId | string | No | ID of contact to link to this note (e.g., "12345") |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Created or updated note data and metadata |
↳ note | object | Raw note data from Wealthbox |
↳ success | boolean | Operation success indicator |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the created/updated note |
↳ noteId | string | ID of the created/updated note |
↳ itemType | string | Type of item (note) |
Read content from a Wealthbox contact
| Parameter | Type | Required | Description |
|---|
contactId | string | No | The ID of the contact to read (e.g., "12345") |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Contact data and metadata |
↳ content | string | Formatted contact information |
↳ contact | object | Raw contact data from Wealthbox |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the contact |
↳ contactId | string | ID of the contact |
↳ itemType | string | Type of item (contact) |
Create a new Wealthbox contact
| Parameter | Type | Required | Description |
|---|
firstName | string | Yes | The first name of the contact |
lastName | string | Yes | The last name of the contact |
emailAddress | string | No | The email address of the contact |
backgroundInformation | string | No | Background information about the contact |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Created or updated contact data and metadata |
↳ contact | object | Raw contact data from Wealthbox |
↳ success | boolean | Operation success indicator |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the created/updated contact |
↳ contactId | string | ID of the created/updated contact |
↳ itemType | string | Type of item (contact) |
Read content from a Wealthbox task
| Parameter | Type | Required | Description |
|---|
taskId | string | No | The ID of the task to read (e.g., "67890") |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Task data and metadata |
↳ content | string | Formatted task information |
↳ task | object | Raw task data from Wealthbox |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the task |
↳ taskId | string | ID of the task |
↳ itemType | string | Type of item (task) |
Create or update a Wealthbox task
| Parameter | Type | Required | Description |
|---|
title | string | Yes | The name/title of the task |
dueDate | string | Yes | The due date and time of the task (format: "YYYY-MM-DD HH:MM AM/PM -HHMM", e.g., "2015-05-24 11:00 AM -0400") |
contactId | string | No | ID of contact to link to this task (e.g., "12345") |
description | string | No | Description or notes about the task |
| Parameter | Type | Description |
|---|
success | boolean | Operation success status |
output | object | Created or updated task data and metadata |
↳ task | object | Raw task data from Wealthbox |
↳ success | boolean | Operation success indicator |
↳ metadata | object | Operation metadata |
↳ itemId | string | ID of the created/updated task |
↳ taskId | string | ID of the created/updated task |
↳ itemType | string | Type of item (task) |