> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-cobalt0s-google-contacts.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# PhoneBurner

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/proxy-actions), using the base URL `https://www.phoneburner.com`.

### Example integration

To define an integration for PhoneBurner, create a manifest file that looks like this:

```YAML theme={null}
# 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](https://www.phoneburner.com/).

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:

* Visit the [Get Developer Account page](https://www.phoneburner.com/developer/getting_started#developer_account) and follow the step-by-step instructions to create your 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](https://www.phoneburner.com/homepage/login).

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**.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-cobalt0s-google-contacts/GCuqQiwR2YLdC8em/images/provider-guides/phoneBurner/phoneBurner-oauth2.gif?s=13d08fe9d5ec9ded22adc8424ba5803a" alt="PhoneBurner App Creation" width="1278" height="841" data-path="images/provider-guides/phoneBurner/phoneBurner-oauth2.gif" />

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.

<img src="https://mintcdn.com/ampersand-24eb5c1a-cobalt0s-google-contacts/GCuqQiwR2YLdC8em/images/provider-guides/phoneBurner/phoneBurner-oauth2-creds.png?fit=max&auto=format&n=GCuqQiwR2YLdC8em&q=85&s=275fd1c2b600f056a02489e6049a62c0" alt="PhoneBurner App Credentials" width="879" height="383" data-path="images/provider-guides/phoneBurner/phoneBurner-oauth2-creds.png" />

## Add your PhoneBurner app info to Ampersand

1. Log in to your [Ampersand Console](https://console.withampersand.com).

2. Select the project where you want to create a PhoneBurner integration.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-cobalt0s-google-contacts/zeOBE9NvXIiRotbQ/images/provider-guides/dd47b7a-Ampersand.png?fit=max&auto=format&n=zeOBE9NvXIiRotbQ&q=85&s=ccf7bd4d22e72002a3450c628fd9dc42" alt="Ampersand Project Selection" width="2244" height="442" data-path="images/provider-guides/dd47b7a-Ampersand.png" />

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.

   <img src="https://mintcdn.com/ampersand-24eb5c1a-cobalt0s-google-contacts/GCuqQiwR2YLdC8em/images/provider-guides/phoneBurner/phoneBurner-amp-dashboard.gif?s=dbfa5831267c040c79216abdabfbc36b" alt="PhoneBurner Integration in Ampersand" width="1278" height="1020" data-path="images/provider-guides/phoneBurner/phoneBurner-amp-dashboard.gif" />

6. Click **Save changes**.

## Using the connector

To start integrating with PhoneBurner:

* Create a manifest file like the [example above](#example-integration).
* Deploy it using the [amp CLI](/cli/overview).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component. The UI component will prompt the customer for OAuth authorization.
* Start using the connector!
  * If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls.
