Skip to main content

What’s supported

Supported modules

The GoTo connector supports the following module:
ModuleDescriptionExample
goTo (default)Connects to GoTo products including Admin, Meetings, Webinars, Training, Corporate, Remote Support, and SCIM.sample
Since goTo is the default module, you don’t need to set the module field in your manifest — it’s applied automatically.

Supported actions

This connector supports:
  • Read Actions, including full historic backfill and incremental read for historicalMeetings, webinars, and sessions. For all other objects, a full read of the GoTo instance will be done per scheduled read.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.getgo.com.

Supported objects

The GoTo connector supports reading from the following objects: The GoTo connector supports writing to the following objects:

Example integration

For an example manifest file of a GoTo integration, visit our samples repo on GitHub.

Before you get started

goto To integrate GoTo with Ampersand, you need to Create a GoTo Account and obtain the following credentials from your GoTo App:
  • Client ID
  • Client Secret
You will then use these credentials to connect your application to Ampersand.

Create a GoTo account

Here’s how you can sign up for a GoTo account:
  1. Go to the GoTo sign-up page.
  2. Fill in the necessary details and register your account.

Creating a GoTo OAuth app

Once your GoTo account is ready, create an OAuth application for Ampersand:
  1. Log in to your GoTo account.
  2. Go to GoTo developer clients.
  3. Click Create a new client.
  4. Open the OAuth Apps tab.
  5. Click Create App.
  6. Fill in the app details:
    1. App Name: Choose a name for the OAuth app.
    2. App Description: Add a short description.
    3. Redirect URL: Enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
  7. Click Next.
  8. Select the permissions your app needs.
  9. Click Save.
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. GoTo OAuth App Creation

Add your GoTo app info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to add the GoTo app. Ampersand Project Selection
  3. Navigate to the Provider Apps section.
  4. Select GoTo from the provider list.
  5. Enter the Client ID and Client Secret from your GoTo OAuth app. Ampersand Project Selection
  6. Click Save Changes.

Using the connector

To start integrating with GoTo:
  • 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. The UI component prompts the customer for GoTo OAuth authorization.
  • Start using the connector.
    • If your integration has Read Actions, Ampersand delivers webhook messages.
    • If your integration has Write Actions, call the Write API.
    • If your integration has Proxy Actions, call Proxy API requests against https://api.getgo.com.