Explore Plans
Mobile menu Close menu
AWeber

Find or create subscriber

This query returns a subscriber's details by email, or creates a new subscriber if one does not exist for the email.

Developer info

API endpoint slug
aweber.find_or_create_subscriber
Runtime method
performQuery("aweber.find_or_create_subscriber"}

Query fields

List Dropdown list

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

Email address Text input > Other

Label
Subscriber email
Slug
email_address
Required
false
Can have default value
true

Ingredients

Id The ID of the subscriber.

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

Name The Name of the subscriber

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

Email The Email of the subscriber

Slug
email
Filter code
Aweber.findOrCreateSubscriber.Email
Type
String
Example
example@gmail.com

City The subscriber's city.

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

Region The subscriber's region or state.

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

Country The subscriber's country.

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

Postal code The subscriber's postal code.

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

Area code The subscriber's area code.

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

Tags The tags assigned to the subscriber, comma separated.

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

Misc notes The additional notes you have for the subscriber.

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

Status The subscription status of the subscriber.

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

Subscribed at Date and time the subscriber subscribed to the list.

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

Unsubscribed at Date and time the subscriber unsubscribed from the list.

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

Is verified If the subscriber verified their email or not.

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

Verified at Date and time the subscriber verified their email.

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