AWeber (Preview)
AWeber is an email marketing platform that allows small businesses and entrepreneurs to create and send emails.
This connector is available in the following products and regions:
Service | Class | Regions |
---|---|---|
Logic Apps | Standard | All Logic Apps regions except the following: - Azure Government regions - Azure China regions - US Department of Defense (DoD) |
Power Automate | Premium | All Power Automate regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Power Apps | Premium | All Power Apps regions except the following: - US Government (GCC) - US Government (GCC High) - China Cloud operated by 21Vianet - US Department of Defense (DoD) |
Contact | |
---|---|
Name | Microsoft |
URL | Microsoft LogicApps Support Microsoft Power Automate Support Microsoft Power Apps Support |
Connector Metadata | |
---|---|
Publisher | Microsoft |
Website | https://www.aweber.com/ |
Privacy policy | https://www.aweber.com/privacy.htm |
Throttling Limits
Name | Calls | Renewal Period |
---|---|---|
API calls per connection | 100 | 60 seconds |
Actions
Add subscriber |
This operation is used to add a contact to an existing list. |
Get all lists |
This operation returns a list of all mailing lists associated with your AWeber account. |
Remove subscriber |
This operation is used to remove an email from a mailing list. |
Add subscriber
This operation is used to add a contact to an existing list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List Id
|
listid | True | integer |
Pick a list. |
Email
|
True | string |
Subscriber's mailing address. |
|
Name
|
name | string |
Subscriber's name. |
|
Notes
|
misc_notes | string |
Optional miscellaneous notes. |
Returns
- response
- string
Get all lists
This operation returns a list of all mailing lists associated with your AWeber account.
Returns
Name | Path | Type | Description |
---|---|---|---|
entries
|
entries | array of object |
entries |
Unconfirmed Subscriber Count
|
entries.total_unconfirmed_subscribers | integer |
Number of emails on the list that are unconfirmed. |
Subscribed Yesterday Count
|
entries.total_subscribers_subscribed_yesterday | integer |
Number of emails that subscribed yesterday. |
Unique Id
|
entries.unique_list_id | string |
Generated name for the list. |
Subscribed Today Count
|
entries.total_subscribers_subscribed_today | integer |
Number of emails that subscribed today. |
List Id
|
entries.id | integer |
Unique id for the list. |
Subscriber Count
|
entries.total_subscribed_subscribers | integer |
Number of emails subscribed to the list. |
Unsubscribed Count
|
entries.total_unsubscribed_subscribers | integer |
Number of emails in the list that have not susbscribed. |
List Count
|
entries.total_subscribers | integer |
Total number of emails in the list. |
Name
|
entries.name | date-time |
Given name of the list. |
Remove subscriber
This operation is used to remove an email from a mailing list.
Parameters
Name | Key | Required | Type | Description |
---|---|---|---|---|
List Id
|
listid | True | integer |
Pick a list. |
Email
|
True | string |
Address to unsubscribe. |
Returns
Name | Path | Type | Description |
---|---|---|---|
Email
|
string |
Unsubscribed address. |
|
User Id
|
id | integer |
Unique id of the unsubscribed user. |
Name
|
name | string |
Full name of the unsubscribed user. |
Status
|
status | string |
Subscribed, unsubscribed or unconfirmed. |
Definitions
string
This is the basic data type 'string'.