What’s Supported

Supported Actions

This connector supports:

Example integration

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

Before You Get Started

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

Create an AWeber Account

Here’s how you can sign up for an AWeber Developer account:

Creating an AWeber App

Follow the steps below to create an AWeber app and add the Ampersand redirect URL in the app:
  1. Log in to your AWeber Developer Account.
  2. Click Create A New App.
  3. Enter the Application Name, Author details, and Application Website.
  4. In the OAuth2 Redirect URL section, enter the Ampersand redirect URL: https://api.withampersand.com/callbacks/v1/oauth.
  5. Enter application Description. AWeber App Creation
  6. Click Create New App.
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. AWeber App Credentials

Add Your AWeber App Info to Ampersand

  1. Log in to your Ampersand Console.
  2. Select the project where you want to create an AWeber integration. Ampersand Project Selection
  3. Select Provider apps.
  4. Select AWeber 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. Enter the scopes set for your application in AWeber. AWeber Integration in Ampersand
  7. Click Save changes.

Using the connector

To start integrating with AWeber:
  • 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 an API key.
  • Start making Proxy Calls, and Ampersand will automatically attach the API key supplied by the customer. Please note that this connector’s base URL is https://api.aweber.com.