Skip to main content

Lawmatics

Connect Lawmatics to Reflekt Legal so your AI intake specialists can securely read and write contacts, matters, and intake activity in your Lawmatics account.

Lawmatics uses the OAuth 2.0 authorization code flow. You register a developer application in Lawmatics, which issues a client ID and client secret that Reflekt Legal uses to connect.

Prerequisites

Before you begin, make sure you have:

  • A Lawmatics account with developer settings enabled. To create a developer app you must first register a Lawmatics account and have developer settings granted by a Lawmatics support rep. You can reach out via email, phone, or the chat on the Lawmatics homepage.
  • An active Reflekt Legal account.
  • The Reflekt Legal callback (redirect) URL:
https://us-app.reflektlegal.ai/projects/integration/lawmatics/callback

Step 1: Open the Developer Settings

  1. Sign in to your Lawmatics account.
  2. Go to the developer settings page: https://app.lawmatics.com/settings/developers.
note

If the developer settings page is not available, developer access has not yet been granted for your account. Contact Lawmatics support (email, phone, or the chat on their homepage) to have it enabled.

Step 2: Create a New Application

  1. Click New Application.
  2. Enter the details your app users will see when connecting through your app:
    • Name
    • Description
    • Logo
  3. Set the Callback URL — the URL users are redirected back to after they grant your app access to their account. Paste the Reflekt Legal callback URL exactly:
https://us-app.reflektlegal.ai/projects/integration/lawmatics/callback
  1. Save the application.
caution

Enter the callback URL exactly as shown, with no trailing spaces. The value Reflekt Legal sends must match character-for-character or the login will fail.

Step 3: Copy the Client ID and Client Secret

After you save the application, Lawmatics displays:

  • Client ID — a public identifier for the app.
  • Client Secret — a private value shown once at creation.

Copy both. If you lose the secret, use Regenerate Secret to create a new one (this invalidates the previous secret).

caution

Treat the client secret like a password. Store it securely and only share it through Reflekt Legal's connection flow.

  1. Log in to your Reflekt Legal account.
  2. Navigate to Integrations.
  3. Search for Lawmatics.
  4. Click Connect and enter the Client ID and Client Secret from Step 3.
  5. Complete the Lawmatics login and approve the requested access to finish linking your account.

Step 5: Verify

  1. Confirm Reflekt Legal reports a successful, authorized connection.
  2. Confirm Reflekt Legal can read or create a test contact in Lawmatics.
  3. Confirm the connection stays active after the initial access token would expire (this verifies the refresh token is working).

If the connection fails, recheck the callback URL in Step 2 and the client credentials in Step 3.

Resources

If you need help validating your setup, contact [email protected].