AWeber

The AWeber modules allow you to watch, create, update, list, and/or delete items, accounts, custom fields, lists, subscribers, and tags in your AWeber account.

Prerequisites

  • An AWeber account

In order to use AWeber with Integromat, it is necessary to have an AWeber account. If you do not have one, you can create an AWeber at https://www.aweber.com/order.htm.

The module dialog fields that are displayed in bold (in the Integromat scenario, not in this documentation article) are mandatory!

Connecting AWeber to Integromat

1. Go to Integromat and open the AWeber module's Create a connection dialog.

AEhXVgBbAV.gif

2. Click Continue.

3. Enter your AWeber login credentials and confirm the dialog by clicking the Allow Access button.

aweber.PNG

The connection has been established.

In the following video, you can see how to use templates to get started with an AWeber integration. You can easily modify your scenarios after setting up a template so feel free to replace the apps that are used in the templates. 

 

You can find the templates as well as more details about the supported triggers, actions, and searches on the AWeber Integrations page.

Triggers

Watch Accounts

Triggers when a new account is added.

ConnectionEstablish a connection to your AWeber account.
LimitSet the maximum number of accounts Integromat should return during one scenario execution cycle.

Watch Custom Fields

Triggers when a new custom field is added to the list.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose custom fields you want to watch.
ListSelect the list whose custom fields you want to watch.
LimitSet the maximum number of custom fields Integromat should return during one scenario execution cycle.

Watch Lists

Triggers when a new list is added.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose custom fields you want to watch.
LimitSet the maximum number of lists Integromat should return during one scenario execution cycle.

Watch Subscribers

Triggers when a new subscriber is added to the list.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscribers you want to watch.
ListSelect the list whose subscribers you want to watch.
LimitSet the maximum number of subscribers Integromat should return during one scenario execution cycle.

Actions

Add a Custom Field

Creates a custom field.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account to which you want to add the custom field.
ListSelect the list to which you want to add the custom field.
NameEnter a name for the custom field.

Add a Subscriber

Creates a new subscriber.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account to which you want to add the subscriber.
ListSelect the list to add the subscriber.
Email addressEnter the email address of the subscriber.
NameEnter the name of the subscriber.
Ad trackingEnter the subscriber ad tracking number.
IP addressEnter the subscriber's IP address.
Last followup message number sentEnter the sequence number of the last follow-up message sent to the subscriber.
NotesEnter the details of the subscriber you want to mention.
TagsAdd the tags or the keywords that are used to filter the subscribers when searching.

Delete a Custom Field

Deletes a custom field.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose custom fields you want to delete.
ListSelect the list whose custom fields you want to delete. 
Custom Field IDEnter (map) the Custom Field ID you want to delete. 

Delete a Subscriber

Deletes a Subscriber.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber you want to delete.
ListSelect the list whose subscriber you want to delete.
Subscriber IDEnter (map) the Subscriber ID you want to delete.

Get a Custom Field

Gets info about a custom field.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose custom field details you want to retrieve.
ListSelect the list whose custom field details you want to retrieve.
Custom Field IDEnter (map) the Custom Field ID whose details you want to retrieve.

Get a List

Gets info about a specified list.

ConnectionEstablish a connection to your AWeber account. 
AccountSelect the account whose list details you want to retrieve.
List IDEnter (map) the List ID whose details you want to retrieve.

Get Tags for List

Gets the most popular tags for a list. This will return an array containing up to 500 tags sorted by descending popularity.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose list's tag details you want to retrieve.
List IDEnter (map) the List ID whose tags details you want to retrieve.

Get a Subscriber

Gets info about a subscriber.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber details you want to retrieve.
ListSelect the list whose subscriber details you want to retrieve. 
Subscriber IDEnter (map) the Subscriber ID whose information you want to retrieve.

Move a Subscriber

Moves a subscriber to a different list.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber you want to move from one to list to another.
ListSelect the list whose subscriber you want to move to another list.
Subscriber IDEnter (map) the subscriber ID you want to move to another list. 
New ListSelect the list to which you want to add the subscriber.
Enforce custom field mappingWhen selected, you can move the subscriber from one list to another only if the custom field data of the subscriber matches in both the lists.
Last followup message number sentEnter (Map) the sequence number of the last follow-up message sent to the subscriber.

Update a Custom Field

Updates a custom field.

ConnectionEstablish a connection to your AWeber account
AccountSelect the account whose custom field you want to update.
ListSelect the list whose custom field you want to update.
Custom Field IDEnter (map) the Custom Field ID you want to update. You can create custom fields at Custom Fields.
NameEnter a new name for the custom field.
Subscriber can be updatedSelect if you want to allow the subscriber to update the custom field.

Update a Subscriber

Updates a Subscriber.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber you want to update.
ListSelect the list whose subscriber you want to update.
Subscriber IDEnter the Subscriber ID you want to update.
Custom Field 1Enter a new name for the custom field.
Custom Field 2Enter a new name for the custom field.
Email AddressEnter the email address of the subscriber.
NameEnter a new name for the subscriber.
Ad TrackingEnter the subscriber ad tracking number.
Last followup message number sentEnter the sequence number of the last follow-up message sent to the subscriber.
NotesEnter the details of the subscriber you want to mention.
Tags to AddAdd the tags or the keywords that are used to filter the subscribers when searching.
Tags to Remove

Add the tags to remove from the subscriber.

Make an API Call

Performs an arbitrary authorized API call.

ConnectionEstablish a connection to your Aweber account.
URL

Enter a path relative to https://api.aweber.com/. For example: /1.0/accounts

For the list of available endpoints, refer to the AWeber API Documentation.
Method

Select the HTTP method you want to use:

GET
to retrieve information for an entry.

POST
to create a new entry.

PUT
to update/replace an existing entry.

PATCH
to make a partial entry update.

DELETE
to delete an entry.

HeadersEnter the desired request headers. You don't have to add authorization headers; we already did that for you.
Query StringEnter the request query string.
BodyEnter the body content for your API call.

Example of Use - Get Subscribers

The following API call returns all the subscribers from your AWeber account:

URL:
/1.0/accounts/#1603949/lists/awlist5781214/subscribers

Method:
GET

aweber2.png

Matches of the search can be found in the module's Output under BundleBody > entries
In our example, 1 subscriber is returned:

aweber1.png

Searches

Find a List

Finds a list by its name or unique list ID.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose list you want to find.
Name or Unique List IDEnter the name of the list or the List ID to search.
LimitThe maximum number of lists Integromat should return during one execution cycle.

Find Subscribers for Account

Finds the collection of subscribers that match search criteria for the specified account across all lists.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber you want to find.
EmailEnter the email address of the subscriber you want to find.
NameEnter the name of the subscriber you want to find.
StatusSelect the status of the subscriber you want to find:
  • Subscribed
  • Unsubscribed
  • Unconfirmed
CountryEnter the country to which the subscriber belongs to.
LatitudeEnter the subscriber's location latitude.
LongitudeEnter the subscriber's location longitude.
LimitEnter the maximum number of subscribers Integromat should return during one scenario execution cycle.

Find Subscribers for List

Finds the collection of subscribers that match search criteria for the specified account and list.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose subscriber you want to find.
ListSelect the list whose subscriber you want to find.
EmailEnter (map) the email address of the subscriber you want to find.
NameEnter (map) the name of the subscriber you want to find.
StatusSelect the status of the subscriber you want to find:
  • Subscribed
  • Unsubscribed
  • Unconfirmed
CountryEnter (map) the country to which the subscriber belongs to.
LatitudeEnter (map) the subscriber's location latitude.
LongitudeEnter (map) the subscriber's location longitude.
LimitEnter the maximum number of subscribers Integromat should return during one scenario execution cycle.

Get Custom Fields

Lists all available custom fields for a specified list.

ConnectionEstablish a connection to your AWeber account.
AccountSelect the account whose custom fields you want to retrieve.
ListSelect the list whose custom field details you want to retrieve.
LimitEnter the maximum number of custom fields Integromat should return during one scenario execution cycle.

Get Subscriber Activity

Retrieves the analytics activity for a subscriber.

ConnectionEstablish a connection to your AWeber account
AccountSelect the account whose subscriber activity you want to retrieve.
ListSelect the list whose subscriber activity you want to retrieve.
Subscriber IDEnter (map) the Subscriber ID whose activity details you want to retrieve.

Get Subscribers

List all available subscribers.

ConnectionEstablish a connection to your AWeber account
AccountSelect the account whose subscriber details you want to retrieve.
ListSelect the list whose subscriber details you want to retrieve.
LimitEnter the maximum number of subscribers Integromat should return during one scenario execution cycle.

Get Accounts

Lists all available accounts.

ConnectionEstablish a connection to your AWeber account 

Get Lists

Lists all available lists for a specified account.

ConnectionEstablish a connection to your AWeber account
AccountSelect the account whose list details you want to retrieve.

Popular use cases from our blog

automated-data-collection-crm-illustration

How to Automate Data Collection - Part 5: CRM Systems

automated-data-collection-chatbot-marketing-illustration

How to Automate Data Collection - Part 4: Chatbot Marketing

automated-data-collection-paid-ads-illustration

How to Automate Data Collection - Part 3: Paid Ads

automated-data-collection-email-illustration

How to Automate Data Collection - Part 2: Email Marketing Segmentation

personalized-customer-experience-illustration-integromat

5 Automated Solutions to Personalize Customer Experience

data-collection-automation-forms-pt-1

How to Automate Data Collection - Part 1: Online Forms

Didn’t find what you were looking for?

Expert

Find an expert

We feature a network of 450+ certified partners across the globe who are ready to help

Find an expert

Automate any workflow in your business

Sign up for a free account today. No credit card required, no time limits on free plan.