Top AWeber automations
Explore Plans
Mobile menu Close menu
AWeberAWeber

Find subscriber

This query returns a subscriber's details by email or name.

About this query

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 query returns a subscriber's details by email or name.
API endpoint slug
aweber.find_subscriber
Runtime method
performQuery("aweber.find_subscriber")

Query fields

List ID Dropdown list

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

Email address Text input > Other

Label
Email address
Helper text
Use either email address or name to search, not both.
Slug
email_address
Required
false
Can have default value
true

Name Text input > Other

Label
Name
Helper text
If used, must match the name in AWeber exactly, including capitalization.
Slug
name
Required
false
Can have default value
true

Ingredients

IDThe ID of the subscriber.

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

NameThe Name of the subscriber

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

EmailThe Email of the subscriber

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

CityThe subscriber's city.

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

RegionThe subscriber's region or state.

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

CountryThe subscriber's country.

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

Postal codeThe subscriber's postal code.

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

Area codeThe subscriber's area code.

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

TagsThe tags assigned to the subscriber, comma separated.

Slug
tags
Filter code
Aweber.findSubscriber.Tags
Type
String
Example
slow,fast,lightspeed

Misc notesThe additional notes you have for the subscriber.

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

StatusThe subscription status of the subscriber.

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

Subscribed atDate and time the subscriber subscribed to the list.

Slug
subscribed_at
Filter code
Aweber.findSubscriber.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.findSubscriber.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.findSubscriber.IsVerified
Type
String
Example
true

Verified atDate and time the subscriber verified their email.

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