> ## Documentation Index
> Fetch the complete documentation index at: https://ampersand-24eb5c1a-rajatspawar-eng-4130-snowflake-key-note.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-rajatspawar-eng-4130-snowflake-key-note/9UG0PJXOO-617LAv/images/provider-guides/cc4313f-Aweber1.gif?s=e3c2de7933891c80031a3c2647d8f8c8" 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-rajatspawar-eng-4130-snowflake-key-note/0ki8rJ2PwXLh3wZV/images/provider-guides/6ce82da-Aweber2.jpeg?fit=max&auto=format&n=0ki8rJ2PwXLh3wZV&q=85&s=aac3e60d85a2f3172d3c38a3472ffbe9" 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-rajatspawar-eng-4130-snowflake-key-note/9UG0PJXOO-617LAv/images/provider-guides/dd47b7a-Ampersand.png?fit=max&auto=format&n=9UG0PJXOO-617LAv&q=85&s=8d2f96ebdff7442fc7cc1101f0b99fbd" 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-rajatspawar-eng-4130-snowflake-key-note/9UG0PJXOO-617LAv/images/provider-guides/f4ec7a9-aweber3.gif?s=907170a98062e5d84356b0b2f65b5371" 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.
