Mandala
Tools

Wealthbox

Interact with Wealthbox

Usage Instructions

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

Tools

wealthbox_read_note

Read content from a Wealthbox note

Input

ParameterTypeRequiredDescription
noteIdstringNoThe ID of the note to read

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectNote data and metadata

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 status
outputobjectCreated or updated note data and metadata

wealthbox_read_contact

Read content from a Wealthbox contact

Input

ParameterTypeRequiredDescription
contactIdstringNoThe ID of the contact to read

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectContact data and metadata

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 status
outputobjectCreated or updated contact data and metadata

wealthbox_read_task

Read content from a Wealthbox task

Input

ParameterTypeRequiredDescription
taskIdstringNoThe ID of the task to read

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectTask data and metadata

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-DD HH:MM AM/PM -HHMM", e.g., "2015-05-24 11:00 AM -0400")
contactIdstringNoID of contact to link to this task
descriptionstringNoDescription or notes about the task

Output

ParameterTypeDescription
successbooleanOperation success status
outputobjectCreated or updated task data and metadata

Notes

  • Category: tools
  • Type: wealthbox
Wealthbox