Wealthbox
Interact with Wealthbox
Integrate Wealthbox into the workflow. Can read and write notes, read and write contacts, and read and write tasks.
| 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) |
| Parameter | Type | Required | Description |
|---|
content | string | Yes | No description |
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) |
| 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) |
| Parameter | Type | Required | Description |
|---|
firstName | string | Yes | No description |
lastName | string | Yes | No description |
emailAddress | string | No | No description |
backgroundInformation | string | No | No description |
| 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) |
| 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) |
| Parameter | Type | Required | Description |
|---|
title | string | Yes | No description |
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 | No description |
| 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) |