Skip to main content

What’s Supported

Supported Actions

This connector supports:

Example integration

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

Before You Get Started

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

Creating a Tipalti App

Follow the steps below to create a Tipalti app and add the Ampersand redirect URL:
  1. Log in to your Tipalti SSO Portal.
  2. Navigate to Administration in the left sidebar.
  3. Click on API Management or Developer Settings.
  4. Click the Register New Application button.
  5. In the application registration form, enter the following details:
    • Application Name: Enter a descriptive name for your application
    • Application Description: Provide a brief description of your integration
    • Redirect URI: Enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth
    • Scopes: Select the required permissions for your integration
  6. Click Register Application.
  7. Once your app is registered, you’ll be redirected to the application details page where you can find your Client ID and Client Secret.
Note: Make sure to securely store the Client ID and Client Secret as you will need these credentials to connect your app to Ampersand.

Add Your Tipalti App Info to Ampersand

  1. Log in to your Ampersand Dashboard.
  2. Select the project where you want to create a Tipalti integration. Ampersand Project
  3. Select Provider apps.
  4. Select Tipalti 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.
  6. Click Save changes.

Using the connector

To start integrating with Tipalti:
  • Create a manifest file like the example above.
  • Deploy it using the amp CLI.
  • Embed the InstallIntegration UI component. The UI component will prompt the customer for OAuth authorization.
  • Start using the connector!
    • If your integration has Proxy Actions, you can start making Proxy API calls.

API documentation

For more information on the Tipalti API, visit the Tipalti API documentation.