Top AWeber automations
Explore Plans
Mobile menu Close menu
AWeberAWeber

New subscriber

This trigger fires when a new subscriber is added to a list.

About this trigger

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
This trigger fires when a new subscriber is added to a list.
API endpoint slug
aweber.new_subscriber

Trigger fields

List ID Dropdown list

Label
Which list?
Slug
list_id
Required
true
Can have default value
false

Ingredients

NameThe name of the subscriber.

Slug
name
Filter code
Aweber.newSubscriber.Name
Type
String
Example
John Doe

First nameThe first name of the subscriber.

Slug
first_name
Filter code
Aweber.newSubscriber.FirstName
Type
String
Example
John

Last nameThe last name of the subscriber.

Slug
last_name
Filter code
Aweber.newSubscriber.LastName
Type
String
Example
Smith

EmailThe Email of the subscriber

Slug
email
Filter code
Aweber.newSubscriber.Email
Type
String
Example
test@gmail.com

CityThe subscriber's city.

Slug
city
Filter code
Aweber.newSubscriber.City
Type
String
Example
Chalfont

RegionThe subscriber's region.

Slug
region
Filter code
Aweber.newSubscriber.Region
Type
String
Example
PA

CountryThe subscriber's country.

Slug
country
Filter code
Aweber.newSubscriber.Country
Type
String
Example
United States

Area codeThe subscriber's area code.

Slug
area_code
Filter code
Aweber.newSubscriber.AreaCode
Type
String
Example
555

Postal codeThe subscriber's postal code.

Slug
postal_code
Filter code
Aweber.newSubscriber.PostalCode
Type
String
Example
99999-9999

StatusThe subscription status for the subscriber.

Slug
status
Filter code
Aweber.newSubscriber.Status
Type
String
Example
subscribed

TagsThe tags assigned to the subscriber, comma separated.

Slug
tags
Filter code
Aweber.newSubscriber.Tags
Type
String
Example
general,birthday,sale

Misc notesThe additional notes you have for the subscriber.

Slug
misc_notes
Filter code
Aweber.newSubscriber.MiscNotes
Type
String
Example
ebook

IDThe ID of the subscriber.

Slug
id
Filter code
Aweber.newSubscriber.Id
Type
String
Example
789

Created atDate and time subscriber was added to list.

Slug
created_at
Filter code
Aweber.newSubscriber.CreatedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Subscribed atDate and time the subscriber subscribed to the list.

Slug
subscribed_at
Filter code
Aweber.newSubscriber.SubscribedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Unsubscribed atDate and time the subscriber unsubscribed from the list.

Slug
unsubscribed_at
Filter code
Aweber.newSubscriber.UnsubscribedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00

Is verifiedIf the subscriber verified their email or not.

Slug
is_verified
Filter code
Aweber.newSubscriber.IsVerified
Type
String
Example
true

Verified atDate and time the subscriber verified their email.

Slug
verified_at
Filter code
Aweber.newSubscriber.VerifiedAt
Type
Date with time (ISO8601)
Example
2020-07-08T04:17:06.000+05:00