> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-square-proxy.mintlify.site/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-square-proxy/uJIcPIMi_VTSdhsa/images/provider-guides/cc4313f-Aweber1.gif?s=8fdc18c7f88ab345e319b5f27b1b6de7" 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-square-proxy/ejdbQ1e8FNJV93R0/images/provider-guides/6ce82da-Aweber2.jpeg?fit=max&auto=format&n=ejdbQ1e8FNJV93R0&q=85&s=b181de34b10d0971e5f3614da2ee0c65" 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-square-proxy/uJIcPIMi_VTSdhsa/images/provider-guides/dd47b7a-Ampersand.png?fit=max&auto=format&n=uJIcPIMi_VTSdhsa&q=85&s=8e2630317c3756eff07134cbd713cc35" 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-square-proxy/uJIcPIMi_VTSdhsa/images/provider-guides/f4ec7a9-aweber3.gif?s=a66666f608a7d1941e7dd7e979306e9b" 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.
