What’s Supported
Supported Actions
This connector supports:- Proxy Actions, using the base URL
https://api.aweber.com
.
Example integration
To define an integration for AWeber, create a manifest file that looks like this: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
Create an AWeber Account
Here’s how you can sign up for an AWeber Developer account:- Go to the AWeber Sign Up page and create an account.
Creating an AWeber App
Follow the steps below to create an AWeber app and add the Ampersand redirect URL in the app:- Log in to your AWeber Developer Account.
- Click Create A New App.
- Enter the Application Name, Author details, and Application Website.
-
In the OAuth2 Redirect URL section, enter the Ampersand redirect URL:
https://api.withampersand.com/callbacks/v1/oauth
. -
Enter application Description.
- Click Create New App.

Add Your AWeber App Info to Ampersand
- Log in to your Ampersand Console.
-
Select the project where you want to create an AWeber integration.
- Select Provider apps.
- Select AWeber from the Provider list.
- Enter the previously obtained Client ID in the Client ID field and the Client Secret in the Client Secret field.
-
Enter the scopes set for your application in AWeber.
- 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
.