Skip to main content

Documentation Index

Fetch the complete documentation index at: https://ampersand-24eb5c1a-feat-acculynx-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

What’s supported

Supported actions

This connector supports:

Example integration

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

Before you get started

To use the AccuLynx connector, you’ll need an API key from your AccuLynx account. Here’s how to get it:
  1. Sign in to your AccuLynx account as a Location or Company Administrator.
  2. From your AccuLynx Account Settings, open your API page.
  3. Generate a new API key with a descriptive name. Each integration within an AccuLynx account location should have its own dedicated API key.
API keys are scoped to a single AccuLynx account location, so each Ampersand connection corresponds to one AccuLynx location. For more details, see the AccuLynx Authentication documentation.

Using the connector

This connector uses API Key authentication, so you do not need to configure a Provider App before getting started. (Provider Apps are only required for providers using the OAuth2 Authorization Code grant type.) To integrate with AccuLynx:
  • Create a manifest file like the example above.
  • Deploy it using the amp CLI.
  • Embed the InstallIntegration UI component, which will prompt the customer for their API key.
  • Start making Proxy Calls, and Ampersand will automatically attach the API key supplied by the customer.