> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# AWeber

## What's Supported

### Supported Actions

This connector supports:

* [Proxy Actions](/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:

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

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:

* Go to the [AWeber Sign Up page](https://www.aweber.com/create-account.htm) 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:

1. Log in to your [AWeber Developer Account](https://labs.aweber.com/).

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

   <img src="https://mintcdn.com/ampersand-24eb5c1a/i4a56x-Fmj6u7jdE/images/provider-guides/cc4313f-Aweber1.gif?s=44855ffc451ad377e2fe6b625c86d19a" alt="AWeber App Creation" width="1440" height="706" data-path="images/provider-guides/cc4313f-Aweber1.gif" />

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.

<img src="https://mintcdn.com/ampersand-24eb5c1a/Bx3tggG51e0liOp-/images/provider-guides/6ce82da-Aweber2.jpeg?fit=max&auto=format&n=Bx3tggG51e0liOp-&q=85&s=37ce42f64c68eeb1af7aab5a59b2f20f" alt="AWeber App Credentials" width="2176" height="816" data-path="images/provider-guides/6ce82da-Aweber2.jpeg" />

## Add Your AWeber App Info to Ampersand

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

2. Select the project where you want to create an AWeber integration.

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

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

   <img src="https://mintcdn.com/ampersand-24eb5c1a/CkzFg-K1u4gYx3ZD/images/provider-guides/f4ec7a9-aweber3.gif?s=9e6b2ddb6f7e8bb80bf65aebc584067a" alt="AWeber Integration in Ampersand" width="1440" height="704" data-path="images/provider-guides/f4ec7a9-aweber3.gif" />

7. Click **Save changes**.

## Using the connector

To start integrating with AWeber:

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