daisycrego / jbg-admin

Admin app for Jill Biggs Group follow-up boss event management
1 stars 0 forks source link

Feature: `Lead.isZillowConnected`, add `Is Zillow Connected?` column to `Events` and `Leads` tables #38

Open daisycrego opened 3 years ago

daisycrego commented 3 years ago

Dan's request

not sure if you would still contemplate adding to the admin, but I've been playing around with the CSV download function and I'm realizing that it would be awesome if I could tell which Zillow Flex leads were connections.

That data shows up as the element "Zillow Connected" in the tags array in the JSON person object (see below). Also, I LOVE the data picker capability you added. It is super helpful.

"person": {
"id": 47040,
"created": "2021-05-25T21:16:26Z",
"updated": "2021-08-02T15:59:14Z",
"createdVia": "API",
"lastActivity": "2021-08-02T15:59:14Z",
"name": "Sophie",
"firstName": "Sophie",
"lastName": "",
"stage": "Appointment Set",
"stageId": 53,
"source": "Zillow Flex",
"sourceId": 1281,
"sourceUrl": "http://premieragent.zillow.com/crm/inbox/contactdetails/195025815/overview",
"delayed": false,
"contacted": 1,
"price": 515000,
"assignedLenderId": null,
"assignedLenderName": null,
"assignedUserId": 52,
"assignedPondId": null,
"assignedTo": "Rubi Jimenez",
"tags": [
"#dispTextSent",
"HANDRAISER",
"Jill Biggs",
"LISTING_ALERT_SUNSET",
"RETURNED",
"Zillow Connected"

Interpretation