subscribedListingUpdates

The user requested to receive email updates whenever this listing data is updated.

The user requested to receive email updates whenever this listing data is updated.

See also: unsubscribedListingUpdates

FieldTypeRequiredDescription
emailemailYes

The user's email account that will receive updates

listinglistingYes

The listing being tracked

frequencystringNo

How frequently the user gets updates

1/* subscribedListingUpdates example */
2
3var data = {
4 "email": "freddie@atlantafalcons.com",
5 "listing": listing,
6 "frequency": "semi-weekly"
7};
8
9brytescore( "realestate.subscribedListingUpdates", data );

Updated July 25, 2026