Skip to main content

What’s Supported

Supported Actions

This connector supports:
  • Read Actions, including full historic backfill. Please note that incremental read is not supported, a full read of the Groove instance will be done for each scheduled read.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.groovehq.com.

Supported Objects

The groove connector supports reading from the following objects: The groove connector supports writing from the following objects:

Example integration

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

Before You Get Started

To integrate Groove with Ampersand, you must register a Groove OAuth2 application. To do this, contact support@groovehq.com and provide the following details:
  • Redirect/Callback URL is an HTTPS endpoint that will handle the secure callback. For an Ampersand integration, use the following callback URL: https://api.withampersand.com/callbacks/v1/oauth.
  • You can also provide additional callback URLs to be added, but only HTTPS URLs are allowed.
Once your application is registered, you will receive two credentials: client_id and client_secret. These credentials are required to connect Groove with Ampersand.

Add Your Groove App Info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to create a Groove integration. Ampersand Project Selection
  3. Select Provider Apps.
  4. Select Groove 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. Ampersand Integration