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 LinkedIn instance will be done for each scheduled read.
  • Write Actions.
  • Proxy Actions, using the base URL https://api.linkedin.com.

Supported Objects

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

Example integration

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

Before You Get Started

To connect LinkedIn with Ampersand, you will need a LinkedIn Account. Once your account is created, you’ll need to configure an app in LinkedIn and obtain the following credentials from your app:
  • Client ID
  • Client Secret
You will use these credentials to connect your application to Ampersand.

Create a LinkedIn Account

Here’s how you can sign up for a LinkedIn Developer account:

Creating a LinkedIn App

Follow the steps below to create a LinkedIn app and add the Ampersand redirect URL in the app:
  1. Log in to your LinkedIn Developer Dashboard.
  2. Go to My Apps.
  3. Click Create app.
  4. Enter the App Name.
  5. Connect your LinkedIn profile in the LinkedIn Page section.
  6. Provide the privacy policy.
  7. Select a logo for your app.
  8. Check the LinkedIn developer agreement.
  9. Click Create App.
  10. Once your app is created, you’ll find the Client ID and Client Secret keys for your app in the Auth section. Note these credentials as they are necessary for connecting your app to Ampersand.
  11. In the Auth 2.0 settins, enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
Alt text

Add Your LinkedIn App info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to create a LinkedIn integration. Alt text
  3. Select Provider apps.
  4. Select LinkedIn 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.
To start integrating with LinkedIn:
  • Create a manifest file using the example.
  • 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 Read Actions, you’ll start getting webhook messages.
    • If your integration has Write Actions, you can start making API calls to our Write API.
    • If your integration has Proxy Actions, you can start making Proxy API calls.
I