subscribedSearch
A user subscribed to email alerts when updates to a search become available.
A user subscribed to email alerts when updates to a search become available.
See also: unsubscribedSearch
| Field | Type | Required | Description |
|---|---|---|---|
email | Yes | The email address where the user will receive updates | |
frequency | string | No | How frequently the user will receive updates |
search | search | Yes | The search for which the user will receive updates |
1/* subscribedSearch example */23var data = {4 "email": "mscott@dundermifflin.com",5 "frequency": "weekly",6 "search": search7};89brytescore( "realestate.subscribedSearch", data );
Updated July 25, 2026