AFI AFI

Wealthbox

Estimated reading: 1 minute Updated August 1, 2026

Wealthbox is a CRM for financial advisors. AFI creates contacts in Wealthbox via the Wealthbox REST API, authenticating with an API Access Token.

What you’ll need

  • An active Wealthbox account.
  • An API Access Token from Wealthbox.
  • The Advanced Form Integration plugin installed and activated.

Save your Wealthbox credentials

  1. In Wealthbox, go to Settings → API Access.
  2. Generate and copy your API Access Token.
  3. In WordPress, go to AFI → Settings → Wealthbox.
  4. Enter the API Access Token.
  5. Click Save.

Create the integration

  1. Go to AFI → Add New.
  2. Give the integration a name.
  3. Under Trigger, pick your form plugin and form.
  4. Under Action → Platform, select Wealthbox.
  5. In Task, choose Add Contact.
  6. Select the saved Wealthbox credentials.
  7. Map form fields.
  8. Click Save Integration.

Tasks supported

Add Contact

Creates a contact in Wealthbox via POST /api/v1/contacts.

Field Field key Required Notes
First Name first_name No
Last Name last_name No
Email email No
Phone phone No

Pro features

Wealthbox [PRO] adds additional fields and capabilities to the contact creation task.

Troubleshooting

Contact not created

  • Check AFI → Log for errors.
  • Verify the API Access Token is correct.

Related docs