Top AWeber automations
Explore Plans
Mobile menu Close menu
AWeberAWeber

Update subscriber

This action will update a subscriber.

About this action

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 action will update a subscriber.
API endpoint slug
aweber.update_subscriber
Filter code method
Aweber.updateSubscriber.skip(string?: reason)
Runtime method
runAction("aweber.update_subscriber", {})

Action fields

List ID Dropdown list

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

Email Text input > Title

Label
Which subscriber?
Helper text
Enter the email address of the subscriber you want to update.
Slug
email
Required
true
Can have default value
true
Filter code method
Aweber.updateSubscriber.setEmail(string: email)

Name Text input > Other

Label
Update Name to:
Helper text
The new name of the subscriber. Leave blank for no change.
Slug
name
Required
false
Can have default value
true
Filter code method
Aweber.updateSubscriber.setName(string: name)

Status Dropdown list

Label
Update Status to:
Helper text
The new subscription status of the subscriber. Leave blank for no change.
Slug
status
Required
false
Can have default value
true
Filter code method
Aweber.updateSubscriber.setStatus(string: status)

Misc notes Text input > Other

Label
Update Notes:
Helper text
The new notes for the subscriber. Leave blank for no change.
Slug
misc_notes
Required
false
Can have default value
true
Filter code method
Aweber.updateSubscriber.setMiscNotes(string: miscNotes)

Ad tracking Text input > Other

Label
Update Ad Tracking:
Helper text
The new ad tracking value of the subscriber.
Slug
ad_tracking
Required
false
Can have default value
true
Filter code method
Aweber.updateSubscriber.setAdTracking(string: adTracking)

Destination list Dropdown list

Label
Add to list:
Helper text
Adds the subscriber to this list.
Slug
destination_list
Required
false
Can have default value
false