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
| Field | Type | Required | Description |
|---|---|---|---|
email | Yes | The user's email account that will receive updates | |
listing | listing | Yes | The listing being tracked |
frequency | string | No | How frequently the user gets updates |
1/* subscribedListingUpdates example */23var data = {4 "email": "freddie@atlantafalcons.com",5 "listing": listing,6 "frequency": "semi-weekly"7};89brytescore( "realestate.subscribedListingUpdates", data );
Updated July 25, 2026