What’s Supported

Supported Actions

This connector supports:

  • Read Actions, including full historic backfill. Please note that incremental read support is available in Leads, Contacts and Opportunities objects only.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.close.com/api.

Supported Objects

The Close connector supports reading from the following objects:

The Close connector supports writing to the following objects:

Example integration

For an example manifest file of a CloseCRM integration, visit our samples repo on Github.

Before You Get Started

To integrate Close with Ampersand, you need to Create a Close Account and obtain the following credentials from your Close App:

  • Client ID
  • Client Secret

You will then use this credential to connect your application to Ampersand.

Create a Close Account

You need a Close account to connect with Ampersand. If you do not have a Close account, here’s how you can sign up:

  • Go to the Close site and sign up for a free account.
  • Sign up using your preferred method.

Creating an OAuth app in Close

Once your Close account is ready, you need to create an OAuth application to connect with Ampersand. Follow the steps below to create the OAuth app:

  1. Log in to Your Close Account.

  2. Go to Settings.

  3. On the Settings page, click Developer under the Connect section.

  4. Go to the OAuth Apps tab.

  5. Click the Create App button.

  6. Enter the following details in the Create OAuth App form:

    1. App Name: The name of the OAuth app.
    2. App Description: Description for the OAuth app.
    3. Redirect URL: Enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth
  7. Click Create.

You’ll find the Client ID and Client Secret keys in your Oauth app details. These credentials are required for connecting your app to Ampersand, so be sure to note them carefully.

Add Close App Details in Ampersand

  1. Log in to your Ampersand Dashboard.

  2. Select the project where you want to add the Close App.

  3. Navigate to the Provider Apps section.

  4. Select Close 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.

  6. Enter the scopes set for your application in Close.

  7. Click Save Changes.