What’s supported
Supported actions
This connector supports:- Proxy Actions, using the base URL
https://fourfour.ai.
Example integration
To define an integration for Four/Four, create a manifest file that looks like this:Before you get started
To connect Four/Four with Ampersand, you will need a Four/Four account. Once your account is ready, you’ll need to create a Four/Four OAuth2 app and obtain the following credentials:- Client ID
- Client Secret
Creating a Four/Four app
- Sign in to your Four/Four account as an admin user.
- Go to Settings > Connections > OAuth clients.
- Click ADD CLIENT and fill in the form.
- Under Redirect URI, add the Ampersand redirect URL:
https://api.withampersand.com/callbacks/v1/oauth. - Save your app settings.
- Copy the generated Client ID and Client Secret.
Add your Four/Four app info to Ampersand
- Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Four/Four integration.

- Select Provider apps.
- Select Four/Four from the Provider list.
-
Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.

- Click Save changes.
Using the connector
To start integrating with Four/Four:- Create a manifest file like the example above.
- Deploy it using the amp CLI.
- If you are using Read Actions, create a destination.
- Embed the InstallIntegration UI component.
- Start using the connector!
- If your integration has Proxy Actions, you can start making Proxy API calls.

