How to use a new listing webhook to monitor new property listings
You can load a batch of properties you want Mobility Market Intelligence (MMI) to monitor and we’ll provide updates to you via a webhook when they are listed.
You simply provide us with a .csv file of addresses and we’ll do the rest. Large files can be shared securely via Dropbox. Smaller files can be sent to jackie@mobilityre.com.
Instructions
- Provide us with a webhook listener endpoint, either your own or through Zapier or a similar service.
- Provide us with a .csv file of addresses to monitor. When you send a file, you will indicate in the file name whether you want to ADD the addresses or REMOVE them from monitoring
- File name format should follow the format below:
YOUR_COMPANY_NAME Property Monitor (Adds or Remove) YYYY-MM-DD Date
e.g.: Good Company Property Monitor Adds 2021-01-20.csv or Good Company Property Monitor Remove 2021-01-20.csv
📎 Download sample import file - Add properties to the file using the following field header format:
- address_id: Your internal address identifier that we will pass back when a webhook is fired.
- address: Street address for the property. e.g.: 321 Main (include unit if applicable)
- notify_emai: Optional. If you include a notify email address we will also send an email along with the webhook.
- Note: For removals only address_id is required.
- We’ll monitor new listings daily. If we find a match, we will send a webhook (data payload - see sample) with information about the listing.
Sample Webhook Payload
{
"address_id": "YOUR_PROVIDED_ADDRESS_IDENIFIER",
"notify_email": "YOUR_PROVIDED_NOTIFY_EMAIL",
"mailing_address": "540 E 500 Nephi UT 84648",
"address": "540 E 500",
"address2": "",
"city": "Nephi",
"state": "UT",
"mls_id": "1759530",
"listing_price": "250000.00",
"listing_date": "2021-08-03",
"listing_agent": "Justin Udy",
"rea_ffid": "https://mmi.run/l/intelligence?aid=UT74899",
"listing_company": "Century 21 Everest"
}