Wealthbox

Interact with Wealthbox

Configuration

Read Note

Operation
Read Note
Wealthbox Account*
Select Wealthbox account
Note ID
Enter Note ID (optional)
Read Note (wealthbox_read_note)

Read content from a Wealthbox note

Input
ParameterTypeRequiredDescription
noteIdstringNoThe ID of the note to read
Output
ParameterTypeDescription
successbooleanOperation success status
contentstringFormatted note information
noteobjectRaw note data from Wealthbox
operationstringThe operation performed
noteIdstringID of the note

Write Note

Operation
Write Note
Wealthbox Account*
Select Wealthbox account
Select Contact
Enter Contact ID
Contact ID
Enter Contact ID
Content*
Enter Content
Write Note (wealthbox_write_note)

Create or update a Wealthbox note

Input
ParameterTypeRequiredDescription
contentstringYesThe main body of the note
contactIdstringNoID of contact to link to this note
Output
ParameterTypeDescription
successbooleanOperation success indicator
noteobjectRaw note data from Wealthbox
operationstringThe operation performed
itemIdstringID of the created/updated note

Read Contact

Operation
Read Contact
Wealthbox Account*
Select Wealthbox account
Select Contact
Enter Contact ID
Contact ID
Enter Contact ID
Read Contact (wealthbox_read_contact)

Read content from a Wealthbox contact

Input
ParameterTypeRequiredDescription
contactIdstringNoThe ID of the contact to read
Output
ParameterTypeDescription
successbooleanOperation success status
contentstringFormatted contact information
contactobjectRaw contact data from Wealthbox
operationstringThe operation performed
contactIdstringID of the contact

Write Contact

Operation
Write Contact
Wealthbox Account*
Select Wealthbox account
First Name*
Enter First Name
Last Name*
Enter Last Name
Email Address
Enter Email Address
Background Information
Enter Background Information
Write Contact (wealthbox_write_contact)

Create a new Wealthbox contact

Input
ParameterTypeRequiredDescription
firstNamestringYesThe first name of the contact
lastNamestringYesThe last name of the contact
emailAddressstringNoThe email address of the contact
backgroundInformationstringNoBackground information about the contact
Output
ParameterTypeDescription
successbooleanOperation success indicator
contactobjectRaw contact data from Wealthbox
operationstringThe operation performed
itemIdstringID of the created/updated contact

Read Task

Operation
Read Task
Wealthbox Account*
Select Wealthbox account
Task ID
Enter Task ID
Task ID
Enter Task ID
Read Task (wealthbox_read_task)

Read content from a Wealthbox task

Input
ParameterTypeRequiredDescription
taskIdstringNoThe ID of the task to read
Output
ParameterTypeDescription
successbooleanOperation success status
contentstringFormatted task information
taskobjectRaw task data from Wealthbox
operationstringThe operation performed
taskIdstringID of the task

Write Task

Operation
Write Task
Wealthbox Account*
Select Wealthbox account
Select Contact
Enter Contact ID
Contact ID
Enter Contact ID
Title*
Enter Title
Due Date*
YYYY-MM-DDTHH:mm:ssZ (e.g., 2015-05-24T11:00:00Z)
Content*
Enter Content
Write Task (wealthbox_write_task)

Create or update a Wealthbox task

Input
ParameterTypeRequiredDescription
titlestringYesThe name/title of the task
dueDatestringYesThe due date and time of the task (format: "YYYY-MM-DDTHH:mm:ssZ", e.g., "2015-05-24T11:00:00Z")
contactIdstringNoID of contact to link to this task
descriptionstringNoDescription or notes about the task
Output
ParameterTypeDescription
successbooleanOperation success indicator
taskobjectRaw task data from Wealthbox
operationstringThe operation performed
itemIdstringID of the created/updated task

Usage Instructions

Integrate Wealthbox into the workflow. Can read and write notes, read and write contacts, and read and write tasks.

Notes

  • Category: tools
  • Type: wealthbox