AWeber.com is a leading email marketing and automation platform, enabling businesses to design, send, and track email campaigns seamlessly. It provides tools for building subscriber lists, creating engaging email content, and analyzing campaign performance.
Connecting your application to AWeber enables seamless access to email marketing functionalities.
Authentication
Before you begin, ensure you have the following:
Connection Name
: Choose a descriptive name for your connection. For example, "MyAppAWeberIntegration".Authentication Type
: AWeber uses OAuth 2.0 for secure authentication.
OAuth 2.0 Based Authentication
Log in to your AWeber Developer account at https://auth.aweber.com.
Navigate to the
Apps
section in the developer portal and clickCreate New App
.Provide a name for your app and a description and specify the Redirect URI for your app. This is the URI where AWeber will send the authorization code after user consent.
After creating the app, you will receive:
Client ID
Client Secret
Treat these credentials as highly confidential, as they provide access to the AWeber API.
Implement the OAuth 2.0 flow in your application:
Redirect users to AWeber's authorization URL for consent.
Capture the authorization code from the redirect response.
Exchange the authorization code for an access token and refresh token using AWeber's token endpoint.
Use the access token in your API requests to authenticate and interact with AWeber resources.
Actions
Actions | Description |
| Creates a new subscriber in Aweber |
| Fetches account details in Aweber |
| Finds a list by name in Aweber |
| Gets all accounts in Aweber |
| Finds a subscriber by email or name in Aweber |
| Unsubscribes an email from a list in Aweber |
| Updates a subscriber in Aweber |
Triggers
Triggers | Description |
| Triggers when a new custom field is added to a list in Aweber |
| Triggers when a new list is added to an account in Aweber |
| Triggers when a new account is added in Aweber |
| Triggers when a new subscriber is added to a list in Aweber |