Skip to main content

What’s Supported

Supported Actions

This connector supports:

Example integration

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

Before You Get Started

To connect PhoneBurner with Ampersand, you will need a PhoneBurner Account. Once your account is created, you’ll need to configure an app in PhoneBurner 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 PhoneBurner account

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

Creating a PhoneBurner App

Follow the steps below to create an PhoneBurner app and add the Ampersand redirect URL in the app:
  1. Log in to your PhoneBurner Developer Account.
  2. Click your avatar and select My Account
  3. Open the Integrations tab.
  4. From the left menu, select Custom Applications.
  5. Click Register new application.
  6. Enter the Application Name and Contact details.
  7. In the OAuth2 Redirect URL section, enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
  8. Enter application Description. PhoneBurner App Creation
  9. Click Register application.
You’ll see the details of your newly created application. Note the Client ID and Client Secret keys as they are necessary for connecting your app to Ampersand. PhoneBurner App Credentials

Add your PhoneBurner app info to Ampersand

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

Using the connector

To start integrating with PhoneBurner:
  • 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.