Sim Studio

Wealthbox

Interact with Wealthbox

Wealthbox is a comprehensive CRM platform designed specifically for financial advisors and wealth management professionals. It provides a centralized system for managing client relationships, tracking interactions, and organizing business workflows in the financial services industry.

With Wealthbox, you can:

  • Manage client relationships: Store detailed contact information, background data, and relationship histories for all your clients
  • Track interactions: Create and maintain notes about meetings, calls, and other client touchpoints
  • Organize tasks: Schedule and manage follow-up activities, deadlines, and important action items
  • Document workflows: Keep comprehensive records of client communications and business processes
  • Access client data: Retrieve information quickly with organized contact management and search capabilities
  • Automate follow-ups: Set reminders and schedule tasks to ensure consistent client engagement

In Sim Studio, the Wealthbox integration enables your agents to seamlessly interact with your CRM data through OAuth authentication. This allows for powerful automation scenarios such as automatically creating client notes from meeting transcripts, updating contact information, scheduling follow-up tasks, and retrieving client details for personalized communications. Your agents can read existing notes, contacts, and tasks to understand client history, while also creating new entries to maintain up-to-date records. This integration bridges the gap between your AI workflows and your client relationship management, enabling automated data entry, intelligent client insights, and streamlined administrative processes that free up time for more valuable client-facing activities.

Usage Instructions

Integrate Wealthbox functionality to manage notes, contacts, and tasks. Read content from existing notes, contacts, and tasks and write to them using OAuth authentication. Supports text content manipulation for note creation and editing.

Tools

wealthbox_read_note

Read content from a Wealthbox note

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
noteIdstringNoThe ID of the note to read

Output

ParameterType
notestring
metadatastring
noteIdstring
itemTypestring

wealthbox_write_note

Create or update a Wealthbox note

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
contentstringYesThe main body of the note
contactIdstringNoID of contact to link to this note

Output

ParameterType
datajson

wealthbox_read_contact

Read content from a Wealthbox contact

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
contactIdstringNoThe ID of the contact to read

Output

ParameterType
contactstring
metadatastring
contactIdstring
itemTypestring

wealthbox_write_contact

Create a new Wealthbox contact

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
firstNamestringYesThe first name of the contact
lastNamestringYesThe last name of the contact
emailAddressstringNoThe email address of the contact
backgroundInformationstringNoBackground information about the contact

Output

ParameterType
contactstring
metadatastring
itemTypestring

wealthbox_read_task

Read content from a Wealthbox task

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
taskIdstringNoThe ID of the task to read

Output

ParameterType
taskstring
metadatastring
taskIdstring
itemTypestring

wealthbox_write_task

Create or update a Wealthbox task

Input

ParameterTypeRequiredDescription
accessTokenstringYesThe access token for the Wealthbox API
titlestringYesThe name/title of the task
dueDatestringYesThe due date and time of the task (format:
contactIdstringNoID of contact to link to this task
descriptionstringNoDescription or notes about the task

Output

ParameterType
datajson

Block Configuration

Input

ParameterTypeRequiredDescription
operationstringYesOperation

Outputs

OutputTypeDescription
noteanynote output from the block
notesanynotes output from the block
contactanycontact output from the block
contactsanycontacts output from the block
taskanytask output from the block
tasksanytasks output from the block
metadatajsonmetadata output from the block
successanysuccess output from the block

Notes

  • Category: tools
  • Type: wealthbox
Wealthbox