What’s Supported
Supported Actions
This connector supports:- Proxy Actions, using the base URL
https://api-p.tipalti.com.
Example integration
To define an integration for Tipalti, create a manifest file that looks like this: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
Creating a Tipalti App
Follow the steps below to create a Tipalti app and add the Ampersand redirect URL:- Log in to your Tipalti SSO Portal.
- Navigate to Administration in the left sidebar.
- Click on API Management or Developer Settings.
- Click the Register New Application button.
-
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
- Click Register Application.
- Once your app is registered, you’ll be redirected to the application details page where you can find your Client ID and Client Secret.
Add Your Tipalti App Info to Ampersand
- Log in to your Ampersand Dashboard.
-
Select the project where you want to create a Tipalti integration.

- Select Provider apps.
- Select Tipalti from the Provider list.
- Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
- 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.

