What’s supported
Supported actions
This connector supports:- Proxy Actions, using the base URL
https://api.crmworkspace.com.
Example integration
To define an integration for Wealthbox, create a manifest file that looks like this:Before You Get Started
To use the Wealthbox connector, your customer will need a Wealthbox API access token. Here’s how a user can create one:- Log in to Wealthbox.
- Open Settings from the three-dot menu.
- Go to API Access (
https://app.crmworkspace.com/settings/access_tokens). - Click Create Access Token.
- Enter a label for the token and click Save.
- Copy the generated token — this is the value your customer will supply to Ampersand.
If API Access isn’t available on the account, the customer must email
support@wealthbox.com to request access.Using the connector
This connector uses API Key auth, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.) To start integrating with Wealthbox:- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- Embed the InstallIntegration UI component. The UI component will prompt the customer for their API access token.
- Start making Proxy Calls, and Ampersand will automatically attach the API key supplied by the customer. Please note that this connector’s base URL is
https://api.crmworkspace.com.

