What’s supported
Supported actions
This connector supports:- Read Actions, including full historic backfill. Please note that incremental read is supported only for
contacts,dialsession,members, andvoicemailscurrently. For all other objects, a full read of the PhoneBurner instance will be done per scheduled read. - Write Actions (create/update).
- Proxy Actions, using the base URL
https://www.phoneburner.com. - Subscribe Actions are not currently supported.
Supported objects
| Object | Metadata | Read | Write | Subscribe |
|---|---|---|---|---|
| contacts | ✅ | ✅ | ✅ | 🚫 |
| folders | ✅ | ✅ | ✅ | 🚫 |
| members | ✅ | ✅ | ✅ | 🚫 |
| dialsession | ✅ | ✅ | ✅ | 🚫 |
| voicemails | ✅ | ✅ | 🚫 | 🚫 |
| tags | ✅ | ✅ | 🚫 | 🚫 |
Notes and limitations
- Write support:
contacts,folders,members: create + updatedialsession: create only
- Read-only objects:
voicemails,tags
Example integration
To define an integration for PhoneBurner, create a manifest file that looks like this. For a complete example, visit our samples repo on Github.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
Create a PhoneBurner account
Here’s how you can sign up for a PhoneBurner Developer account:- Visit the Get Developer Account page 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:- Log in to your PhoneBurner Developer Account.
- Click your avatar and select My Account
- Open the Integrations tab.
- From the left menu, select Custom Applications.
- Click Register new application.
- Enter the Application Name and Contact details.
-
In the OAuth2 Redirect URL section, enter the Ampersand redirect URL:
https://api.withampersand.com/callbacks/v1/oauth. -
Enter application Description.

- Click Register application.

Add your PhoneBurner app info to Ampersand
- Log in to your Ampersand Console.
-
Select the project where you want to create a PhoneBurner integration.

- Select Provider apps.
- Select PhoneBurner 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 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.

