Skip to main content

What’s supported

Supported actions

This connector supports:

Example integration

To define an integration for Four/Four, create a manifest file that looks like this:
# amp.yaml
specVersion: 1.0.0
integrations:
  - name: fourfour-integration
    displayName: My Four/Four Integration
    provider: fourFour
    proxy:
      enabled: true

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

  1. Sign in to your Four/Four account as an admin user.
  2. Go to Settings > Connections > OAuth clients.
  3. Click ADD CLIENT and fill in the form.
  4. Under Redirect URI, add the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
  5. Save your app settings.
  6. Copy the generated Client ID and Client Secret.

Add your Four/Four app info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to create a Four/Four integration. Alt text
  3. Select Provider apps.
  4. Select Four/Four from the Provider list.
  5. Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field. Alt text
  6. Click Save changes.

Using the connector

To start integrating with Four/Four: